From e225c23fba37a82746c7d6c87b63cbb0dcd8dc98 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Fri, 26 Sep 2025 07:18:29 +0100 Subject: [PATCH] [create-pull-request] automated change (#30885) 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 f153cdb34c..b234f9f389 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:5159141547ec7fc65e956226bd0f1349c5ef1e26ad72bfa25105f821cac74be2"; +const TAG = "develop@sha256:0fd823705517826336ed5831093b1cf0b00f535884926cee994100dcddf15d1f"; /** * SynapseContainer which freezes the docker digest to stabilise tests,