From 133951b663d3a1f5e90a55324b764d09d8098cd5 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Sat, 10 Jan 2026 06:22:26 +0000 Subject: [PATCH] [create-pull-request] automated change (#31695) 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 09cee5acfd..5fe4927ea3 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:c73928c05058a860c0f4cd3c17032c0fc398a4e5db05a20cb660b3e16ae96e98"; +const TAG = "develop@sha256:2cf00554f5b8e90efc3b0129209748231bebb3c04049ce619777de66ad1fa523"; /** * SynapseContainer which freezes the docker digest to stabilise tests,