From 7bac21806567af399ed159fc958ef23e22ef680c Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Fri, 3 Oct 2025 07:18:54 +0100 Subject: [PATCH] [create-pull-request] automated change (#30942) 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 0cdd86fbc7..aed7c353e5 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:902e510b38351b61a354b447e04708c139b9982e4633df674bfa20e57f3a459a"; +const TAG = "develop@sha256:34a9ab211b74bbab01089466ad85037df055852d11e4e8c11f30d2bf530b87d6"; /** * SynapseContainer which freezes the docker digest to stabilise tests,