From 41b97c1e9769281ff1c4746d9293af5cb3087861 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 17:43:17 +0000 Subject: [PATCH] Update ghcr.io/element-hq/synapse:develop Docker digest to ce702a0 (#32890) 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 1ba8b9201f..1e834e1bfb 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:e23eea9d3947ab1413950b9685c1cd9858bc04dd39c960b6b96e9e3817458789"; + "ghcr.io/element-hq/synapse:develop@sha256:ce702a07b237d7acb8c1475fd6d2f1b34cdc12bc870f63f13b00a7e519710f55"; /** * SynapseContainer which freezes the docker digest to stabilise tests,