From 52f836a0ddc2c6e98c05fc29ed19d46347bcdab1 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Tue, 24 Jun 2025 08:18:05 +0200 Subject: [PATCH] [create-pull-request] automated change (#30190) 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 4cd80bf660..be4326309f 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:34387279455ecb23e8b0ebe0e157bf6ff4b0cca22e86f84f460a968ccbb5235f"; +const TAG = "develop@sha256:d7e250a369091ae220417e1e714c496009dfbbeec462616c4da2f27ba6383f61"; /** * SynapseContainer which freezes the docker digest to stabilise tests,