We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faea5f4 commit 54365e4Copy full SHA for 54365e4
1 file changed
apps/web/playwright/testcontainers/synapse.ts
@@ -8,7 +8,7 @@ Please see LICENSE files in the repository root for full details.
8
import { SynapseContainer as BaseSynapseContainer } from "@element-hq/element-web-playwright-common/lib/testcontainers/index.js";
9
10
const DOCKER_IMAGE =
11
- "ghcr.io/element-hq/synapse:develop@sha256:b256d748144934a03434d57ca24659b1e432cea258bf6e41caaf4d84e498bd55";
+ "ghcr.io/element-hq/synapse:develop@sha256:e23eea9d3947ab1413950b9685c1cd9858bc04dd39c960b6b96e9e3817458789";
12
13
/**
14
* SynapseContainer which freezes the docker digest to stabilise tests,
0 commit comments