From 2c6f349ce79a36e5589365b7099845d4260497c5 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Wed, 20 Aug 2025 08:18:45 +0200 Subject: [PATCH] [create-pull-request] automated change (#30599) 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 718184faac..ed3d5a273d 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:e320a7682dc7414a46b8d60e8d6543a62e5720cdaee09c75f2273a54fc1af79b"; +const TAG = "develop@sha256:78b32934c4a7a616ada0a0af6e6ba3a102f97ff747fc0d2d1e3bd930e16e529e"; /** * SynapseContainer which freezes the docker digest to stabilise tests,