From 3b675b83f1c4bda66e8cd8385c6837ae3fd760c1 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Tue, 12 Aug 2025 08:18:44 +0200 Subject: [PATCH] [create-pull-request] automated change (#30546) 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 e0129de139..75e78586a2 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:b67c77a7ccb360afa16f037243d52920a47fc0648f7bbdc76ff551ec75fc2b6f"; +const TAG = "develop@sha256:cec4dbf7f10b7f94bcc88439933ebe7a1c1c0d2af1579a4bae5bdef09c6c8b18"; /** * SynapseContainer which freezes the docker digest to stabilise tests,