From 1ec692c1e9f83ab6343c55cf06ea6b2a1d5cef71 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Thu, 30 Oct 2025 06:19:19 +0000 Subject: [PATCH] [create-pull-request] automated change (#31134) 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 f8dfa821ed..57370757dd 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"; -const TAG = "develop@sha256:5a505af08294414dd832517ee0eafadc1faa33a675e577ca073c6fa731c7e5a8"; +const TAG = "develop@sha256:197c4676d36acf32ff5960c7758ff9f792331285096762307aed60130d570f44"; /** * SynapseContainer which freezes the docker digest to stabilise tests,