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