From cec8b7da6cb9f92ad462fd4ccbe980020f30b175 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 17:00:34 +0000 Subject: [PATCH] Update ghcr.io/element-hq/synapse:develop Docker digest to ed1414b (#33396) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- apps/web/playwright/testcontainers/synapse.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/playwright/testcontainers/synapse.ts b/apps/web/playwright/testcontainers/synapse.ts index fbd78fc22c..8eee16c924 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:53b1c81dc161be1d999344ca727a520972b912fc24681dfafe25fca4b766b2a5"; + "ghcr.io/element-hq/synapse:develop@sha256:ed1414bfccbf47efe9e664723c947b98cd78814003f13eb1518153f423107f90"; /** * SynapseContainer which freezes the docker digest to stabilise tests,