From 8e219a8101934f2c7837c806f8b54b959992eb1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 13:49:58 +0000 Subject: [PATCH] Update testcontainers docker digests (#33861) 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 49a8c2e47c..cfa464bb23 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:9ad634756b4a04b38356a2ab3e3486d358aff79aed00e76913747fbd5169fc3e"; + "ghcr.io/element-hq/synapse:develop@sha256:72f56666c59e6c6c6b5003a9d7659524c5ab2478251d528a4034ed3bf8180e1f"; /** * SynapseContainer which freezes the docker digest to stabilise tests,