From 31e6f1594197398885fbb046dfab125741ca66bd Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Wed, 9 Jul 2025 10:28:30 +0200 Subject: [PATCH] [create-pull-request] automated change (#30294) 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 4eeabe8752..75cf1c72dc 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:68b0b06f7dcd6f0531ce4331640f3fd055e1060f4156990af660c8365a95918d"; +const TAG = "develop@sha256:aea1d8f371268aed7a5863fa5dde960fb4f9f578cd0a5952cc4da92537f95cfa"; /** * SynapseContainer which freezes the docker digest to stabilise tests,