From 31fb23a1705e15c8dfa1c8f7d90605afda03ee13 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Fri, 18 Jul 2025 08:19:14 +0200 Subject: [PATCH] [create-pull-request] automated change (#30335) 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 3188f0d9fe..aec3b1b570 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:a0512b3a44000dd227663c5af1289213d4c78057dcb4fa6e56e8d5e5314af1a2"; +const TAG = "develop@sha256:b38e55f06543f83f5a13f1d843489eb7aeaf7370a5c17a51897b462eeca315f5"; /** * SynapseContainer which freezes the docker digest to stabilise tests,