From f1bb017be7a958e1aaf28d5ef7bc29d1662d583d Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Fri, 7 Nov 2025 13:17:45 +0000 Subject: [PATCH] [create-pull-request] automated change (#31194) 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 375126c066..bc7e4b83be 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:b533a18575d8bc501c2be655da28eadd49df5614a3e5f403688420c02cb227d5"; +const TAG = "develop@sha256:d509c329e188149a3991222c69be52351065678e5b3eea07481526aa616352ee"; /** * SynapseContainer which freezes the docker digest to stabilise tests,