From 6a1f0a7d227f1bd90b5a370f5d112767b43bfed6 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Thu, 13 Nov 2025 10:47:04 +0000 Subject: [PATCH] [create-pull-request] automated change (#31231) 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 51595c3204..035d96c234 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:bb19e1b96100443cb733d36cb7238525916082a7bb3b864b528835de9d6083c7"; +const TAG = "develop@sha256:a680663b6e7be662e8d60287e487ac3e913f7fc1da9caa8afebb0add05aa1ced"; /** * SynapseContainer which freezes the docker digest to stabilise tests,