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 7bb526b commit 0e37feaCopy full SHA for 0e37fea
1 file changed
playwright/testcontainers/synapse.ts
@@ -7,7 +7,7 @@ Please see LICENSE files in the repository root for full details.
7
8
import { SynapseContainer as BaseSynapseContainer } from "@element-hq/element-web-playwright-common/lib/testcontainers";
9
10
-const TAG = "develop@sha256:bd28eba6f7994b708a3221406fb5bff3dad683326e95d27ca810a12b8b227449";
+const TAG = "develop@sha256:97ced76de5bc533287cd4a693cc7017b70b1c06c7f38c234b2179d062868c899";
11
12
/**
13
* SynapseContainer which freezes the docker digest to stabilise tests,
0 commit comments