We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d542936 commit 5dcc97cCopy full SHA for 5dcc97c
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:8f0926e3323c9221e99e04783e6ec873b623fa6372342d0f19e151e4affc6147";
+const TAG = "develop@sha256:8ce4c1a466e1e32bcffde390250a6785527d235436ae42afa9bf94d2a9288746";
11
12
/**
13
* SynapseContainer which freezes the docker digest to stabilise tests,
0 commit comments