diff --git a/playwright/testcontainers/synapse.ts b/playwright/testcontainers/synapse.ts index 16b251c6b9..85bb8f5799 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:20c719c86032e269ee5b87171672f3a0adbc03b75bd71dcc1dad07b9327c154a"; +const TAG = "develop@sha256:1a27929db59fbab1e0da771614b8ee15f2935fdba70e9a8052f61537aba51fa8"; /** * SynapseContainer which freezes the docker digest to stabilise tests,