From 0fe275fbd27ae0f6f6d5b82bc74704d2a223f8db Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Tue, 15 Jul 2025 08:20:27 +0200 Subject: [PATCH] [create-pull-request] automated change (#30316) 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 d9e7a67847..5d08b247d2 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:de0994368eeefa4805b79d549c7d839ffc4367a8f09867986005798e4dbd50e2"; +const TAG = "develop@sha256:bd28eba6f7994b708a3221406fb5bff3dad683326e95d27ca810a12b8b227449"; /** * SynapseContainer which freezes the docker digest to stabilise tests,