From 197cf9a7cae3aa3b5ac494d7cdc875461c975f65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 09:53:34 +0000 Subject: [PATCH] Update testcontainers docker digests (#33739) 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 5748f03908..96d3d97a30 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:31847667b1a4b90cb00a60ff8909b8cf3349a75be4a75bc41f9cfc3559a67cb6"; + "ghcr.io/element-hq/synapse:develop@sha256:c49cbf2c8c72d89b0511de76076192a2979e48c468d598567b8b0a2005294fc3"; /** * SynapseContainer which freezes the docker digest to stabilise tests,