diff --git a/playwright/testcontainers/synapse.ts b/playwright/testcontainers/synapse.ts index 712634e8a4..9066cabea3 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:6e8c604472c7cf13c30f06791c4b3368cf433956b3973e97cd978ec680f4b62f"; +const TAG = "develop@sha256:5578bef7ea94d465bccdaf3b11c110a58e797a07f46d3aafbc802f912676a5e7"; /** * SynapseContainer which freezes the docker digest to stabilise tests,