From bf98ede4fad69557bdd0d5768da0355ea12b1d1f Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Fri, 1 Aug 2025 07:22:21 +0100 Subject: [PATCH] [create-pull-request] automated change (#30456) 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 1ea07a13b7..4d675a2c5b 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:29b212891be5f0e2c3cdbbf9274750e842f0aa747e61c3360b68dac237428014"; +const TAG = "develop@sha256:8e478cf4f135467287c17687e80fd859f70db23e1d6cd35a853369ff423c9773"; /** * SynapseContainer which freezes the docker digest to stabilise tests,