From 0f7e3944870aba2390a3f100cd6f3e57185b7116 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Mon, 7 Jul 2025 12:39:39 +0200 Subject: [PATCH] [create-pull-request] automated change (#30218) 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 ed420ab4c6..8ea64d2a9b 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:bf04dd165ae46be5750c091f026a3943c2259239f7d9046c392bdc540132e56a"; +const TAG = "develop@sha256:7eeeb41a161411aab63acc2901e9dfa030dd4a300c00f18a5a23c26968d59773"; /** * SynapseContainer which freezes the docker digest to stabilise tests,