From 366eeb7d61f0ec8c197594bd2f18f37286f81808 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Thu, 10 Jul 2025 08:18:43 +0200 Subject: [PATCH] [create-pull-request] automated change (#30301) 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 75cf1c72dc..f55c2c8064 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:aea1d8f371268aed7a5863fa5dde960fb4f9f578cd0a5952cc4da92537f95cfa"; +const TAG = "develop@sha256:d593e3f5da4a01b64213877851a76e5671d81d092e8c4fb235eb544d1fed95d8"; /** * SynapseContainer which freezes the docker digest to stabilise tests,