diff --git a/playwright/testcontainers/synapse.ts b/playwright/testcontainers/synapse.ts index f8dfa821ed..57370757dd 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:5a505af08294414dd832517ee0eafadc1faa33a675e577ca073c6fa731c7e5a8"; +const TAG = "develop@sha256:197c4676d36acf32ff5960c7758ff9f792331285096762307aed60130d570f44"; /** * SynapseContainer which freezes the docker digest to stabilise tests,