From 42f7bc1d0df5e5695395308045ff11a9245e1480 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Thu, 28 Aug 2025 08:18:02 +0200 Subject: [PATCH] [create-pull-request] automated change (#30637) 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 acbf16b6a3..c9227e2001 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:8f0926e3323c9221e99e04783e6ec873b623fa6372342d0f19e151e4affc6147"; +const TAG = "develop@sha256:8ce4c1a466e1e32bcffde390250a6785527d235436ae42afa9bf94d2a9288746"; /** * SynapseContainer which freezes the docker digest to stabilise tests,