From 892dcec4488ad23a16a9c905bc933fd1232338b2 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Thu, 12 Feb 2026 07:38:43 +0100 Subject: [PATCH] [create-pull-request] automated change (#32470) 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 16b251c6b9..85bb8f5799 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:20c719c86032e269ee5b87171672f3a0adbc03b75bd71dcc1dad07b9327c154a"; +const TAG = "develop@sha256:1a27929db59fbab1e0da771614b8ee15f2935fdba70e9a8052f61537aba51fa8"; /** * SynapseContainer which freezes the docker digest to stabilise tests,