From 39fb67c20190392668315aec8a14e68924ec4b4b Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Fri, 5 Dec 2025 11:18:14 +0100 Subject: [PATCH] [create-pull-request] automated change (#31428) 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 6def92160d..814dd98480 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:169c6f61a658630690e09a0548fdb5bea92096a2d58752152b0c2199d14417ad"; +const TAG = "develop@sha256:fa38807f39a05c93eecd2ca0fb22ce93dc080adf349775634871bc7d751180b6"; /** * SynapseContainer which freezes the docker digest to stabilise tests,