diff --git a/playwright/testcontainers/synapse.ts b/playwright/testcontainers/synapse.ts index cbe5c7c24d..3188f0d9fe 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"; -const TAG = "develop@sha256:97ced76de5bc533287cd4a693cc7017b70b1c06c7f38c234b2179d062868c899"; +const TAG = "develop@sha256:a0512b3a44000dd227663c5af1289213d4c78057dcb4fa6e56e8d5e5314af1a2"; /** * SynapseContainer which freezes the docker digest to stabilise tests,