From ee6ce8ac1dbcdc4bf4355528d0b5f94d8f7a54d0 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Wed, 13 Aug 2025 10:00:47 +0200 Subject: [PATCH] [create-pull-request] automated change (#30556) 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 75e78586a2..b35b5cf7b5 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:cec4dbf7f10b7f94bcc88439933ebe7a1c1c0d2af1579a4bae5bdef09c6c8b18"; +const TAG = "develop@sha256:969499cf0c6150fa52d1dd41c8ec488f36dfb76b36ac81b035b27663a76f8e0e"; /** * SynapseContainer which freezes the docker digest to stabilise tests,