diff --git a/playwright/testcontainers/synapse.ts b/playwright/testcontainers/synapse.ts index 6def92160d..814dd98480 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:169c6f61a658630690e09a0548fdb5bea92096a2d58752152b0c2199d14417ad"; +const TAG = "develop@sha256:fa38807f39a05c93eecd2ca0fb22ce93dc080adf349775634871bc7d751180b6"; /** * SynapseContainer which freezes the docker digest to stabilise tests,