diff --git a/playwright/testcontainers/synapse.ts b/playwright/testcontainers/synapse.ts index 1754dee25f..0a74114aaa 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:74612c87004811b909f04df5afc398876bdcd6f4da03f2cfd4a6467d316e2e0b"; +const TAG = "develop@sha256:d0ccb617ff810f6c9fc723d2a811b5d894d71dda401a9a859f61c2b611a27846"; /** * SynapseContainer which freezes the docker digest to stabilise tests,