From e62125e61f3bd31c42ce4b2b9dcdd0354335c024 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Sat, 15 Nov 2025 06:22:04 +0000 Subject: [PATCH] [create-pull-request] automated change (#31247) 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 6b2fdac1bf..521d94d7ce 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:32927e7fc8685e4d065d4ec38a89a2cab6aa0fbcd7c669053f56aa7831d71acc"; +const TAG = "develop@sha256:88bd7d26fda6b1ba7a2565d58d9971409ca3957e7dd822a31665b388ee96086f"; /** * SynapseContainer which freezes the docker digest to stabilise tests,