diff --git a/playwright/testcontainers/synapse.ts b/playwright/testcontainers/synapse.ts index 85bb8f5799..32ac67479a 100644 --- a/playwright/testcontainers/synapse.ts +++ b/playwright/testcontainers/synapse.ts @@ -7,7 +7,7 @@ Please see LICENSE files in the repository root for full details. import { SynapseContainer as BaseSynapseContainer } from "@element-hq/element-web-playwright-common/lib/testcontainers/index.js"; -const TAG = "develop@sha256:1a27929db59fbab1e0da771614b8ee15f2935fdba70e9a8052f61537aba51fa8"; +const TAG = "develop@sha256:9e515689caf849b9c66bee33465c1dcd2b46adac2b781db0e98a9571d32c89a2"; /** * SynapseContainer which freezes the docker digest to stabilise tests,