diff --git a/apps/web/playwright/testcontainers/synapse.ts b/apps/web/playwright/testcontainers/synapse.ts index ea62dfe1dc..68d6ec2f7e 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:81b48db704ccc50b3d61195029d5d604a1f91028dd3a1ff9b1145eb71763c8fb"; + "ghcr.io/element-hq/synapse:develop@sha256:44977b7bef654ccf6338eb5d96d36fcdb7b4ed33fb10b2abd5be144c3508d5b0"; /** * SynapseContainer which freezes the docker digest to stabilise tests,