From 0e37fea9f539b4be01d91d35d2071a4f16a027c1 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Wed, 16 Jul 2025 08:18:29 +0200 Subject: [PATCH] [create-pull-request] automated change (#30325) 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 5d08b247d2..cbe5c7c24d 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:bd28eba6f7994b708a3221406fb5bff3dad683326e95d27ca810a12b8b227449"; +const TAG = "develop@sha256:97ced76de5bc533287cd4a693cc7017b70b1c06c7f38c234b2179d062868c899"; /** * SynapseContainer which freezes the docker digest to stabilise tests,