From c1a44414ec38765768f47f0f4b0d278dd850e4bf Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Thu, 20 Mar 2025 06:15:32 +0000 Subject: [PATCH] [create-pull-request] automated change (#29550) 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 c7c9a96d23..2b020810b6 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:ab201cdfc4d8ddae71d7157132aa1da6e479b9247aafeaab310c9a8af1de6a44"; +const TAG = "develop@sha256:4285f51332a658ba6d4871b04d33f49261e6118e751d70fd2894aca97bd587c3"; /** * SynapseContainer which freezes the docker digest to stabilise tests,