From bc975605328e5be762044732e11f63ee1e2ef6af Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Fri, 24 Oct 2025 07:19:46 +0100 Subject: [PATCH] [create-pull-request] automated change (#31074) 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 9172edac11..1d97927bcd 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:cde2fa78dc0e85370111625488aee14b00447a1805b7d9943c7c50c01255be72"; +const TAG = "develop@sha256:def87faf99a427e80c2a888f4aceb45ab06add95b5652be5e1f39cf49c1b8e7a"; /** * SynapseContainer which freezes the docker digest to stabilise tests,