From 5a698f62b86358797a3fc2e361c489233bf89a07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 17:12:14 +0100 Subject: [PATCH] Update ghcr.io/element-hq/synapse:develop Docker digest to 44977b7 (#34255) 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 ea62dfe1dc..68d6ec2f7e 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:81b48db704ccc50b3d61195029d5d604a1f91028dd3a1ff9b1145eb71763c8fb"; + "ghcr.io/element-hq/synapse:develop@sha256:44977b7bef654ccf6338eb5d96d36fcdb7b4ed33fb10b2abd5be144c3508d5b0"; /** * SynapseContainer which freezes the docker digest to stabilise tests,