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 9ea4079 commit 3c3452eCopy full SHA for 3c3452e
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:d64326b044451492fa1da0d8a21324491136b6c66702c4d75b32a49ee1894a09";
+ "ghcr.io/element-hq/synapse:develop@sha256:73fe964d854412cd905f4f0e668b2a9d10edc86891036e03656714de0311f6f6";
12
13
/**
14
* SynapseContainer which freezes the docker digest to stabilise tests,
0 commit comments