From 75d7a1d644f57b13cf11452d34b18db64c3954c3 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Thu, 26 Jun 2025 08:18:40 +0200 Subject: [PATCH] [create-pull-request] automated change (#30215) 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 c752c2222f..ed420ab4c6 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:d4d2e4216fc27c5106052ddfd99d70042cd0d2a96cf6ce91a62faf12c17a196b"; +const TAG = "develop@sha256:bf04dd165ae46be5750c091f026a3943c2259239f7d9046c392bdc540132e56a"; /** * SynapseContainer which freezes the docker digest to stabilise tests,