diff --git a/apps/web/playwright/testcontainers/synapse.ts b/apps/web/playwright/testcontainers/synapse.ts index 1e834e1bfb..25b58bb994 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:ce702a07b237d7acb8c1475fd6d2f1b34cdc12bc870f63f13b00a7e519710f55"; + "ghcr.io/element-hq/synapse:develop@sha256:d64326b044451492fa1da0d8a21324491136b6c66702c4d75b32a49ee1894a09"; /** * SynapseContainer which freezes the docker digest to stabilise tests,