From 03129e8f104093ad6660784437dccc7e163deccd Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Thu, 18 Sep 2025 07:19:01 +0100 Subject: [PATCH] [create-pull-request] automated change (#30807) 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 ee36fcdfbf..d8588baa30 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:66eed0772418cc5f98f71a6c0bfba7fed057574f044a69a889fbc50120eb1aa3"; +const TAG = "develop@sha256:34dedac03863f4d4592a8d462f34d2e1411cae476ff9dfb8cf1a859dbeff69e7"; /** * SynapseContainer which freezes the docker digest to stabilise tests,