From 8d3ea2b71baaeada2a1c4fb5ad60557d17e11155 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Sat, 16 Aug 2025 08:17:44 +0200 Subject: [PATCH] [create-pull-request] automated change (#30572) 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 a6d9f7e8f3..2910d66af7 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:f614f4bf0e43aa580a6ecf6ac5a0cad89be3c8830491cb12e75088b7797851db"; +const TAG = "develop@sha256:42397ec1509810cce581c361adbbb04620de16948ad18d96d37a558a7b5dda21"; /** * SynapseContainer which freezes the docker digest to stabilise tests,