From b50fbe2eea95bba0da5cc2a4c334625bc627ff63 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Tue, 11 Nov 2025 06:20:27 +0000 Subject: [PATCH] [create-pull-request] automated change (#31206) 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 0d2d8dd94c..dfbca8abba 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:6ed2ef07dae854e8004d62dd507a535b9c2408e5def06cf2de4c7c467b30e903"; +const TAG = "develop@sha256:c655aea58939588cbf774d385bd7969f4f920e905f9fcf87615995c262c4917e"; /** * SynapseContainer which freezes the docker digest to stabilise tests,