diff --git a/apps/web/playwright/testcontainers/synapse.ts b/apps/web/playwright/testcontainers/synapse.ts index f9547b8609..49a8c2e47c 100644 --- a/apps/web/playwright/testcontainers/synapse.ts +++ b/apps/web/playwright/testcontainers/synapse.ts @@ -8,7 +8,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 DOCKER_IMAGE = - "ghcr.io/element-hq/synapse:develop@sha256:1dde9c743da06d93aa00b038a58d3e7209fa99df8284998a7af9cc9ff5e62115"; + "ghcr.io/element-hq/synapse:develop@sha256:9ad634756b4a04b38356a2ab3e3486d358aff79aed00e76913747fbd5169fc3e"; /** * SynapseContainer which freezes the docker digest to stabilise tests,