From 6937ca0a21fe6046c50ac0a0e465712275f91df5 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Fri, 13 Feb 2026 07:34:38 +0100 Subject: [PATCH] [create-pull-request] automated change (#32494) Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com> --- playwright/testcontainers/synapse.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright/testcontainers/synapse.ts b/playwright/testcontainers/synapse.ts index 85bb8f5799..32ac67479a 100644 --- a/playwright/testcontainers/synapse.ts +++ b/playwright/testcontainers/synapse.ts @@ -7,7 +7,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 TAG = "develop@sha256:1a27929db59fbab1e0da771614b8ee15f2935fdba70e9a8052f61537aba51fa8"; +const TAG = "develop@sha256:9e515689caf849b9c66bee33465c1dcd2b46adac2b781db0e98a9571d32c89a2"; /** * SynapseContainer which freezes the docker digest to stabilise tests,