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