From 8599f4b5df47b29ded6c6286a7b4e62fa6711f6d Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Thu, 2 Oct 2025 07:18:16 +0100 Subject: [PATCH] [create-pull-request] automated change (#30935) 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 9ba96ec60b..0cdd86fbc7 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:460349145ed6d39daef558c50c83c04d7043dd0f7d0501c9eb69f2eb0220744d"; +const TAG = "develop@sha256:902e510b38351b61a354b447e04708c139b9982e4633df674bfa20e57f3a459a"; /** * SynapseContainer which freezes the docker digest to stabilise tests,