From 41e33a0755b5fa71a4f1c216c7a85009571cabac Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Wed, 22 Oct 2025 07:20:09 +0100 Subject: [PATCH] [create-pull-request] automated change (#31058) 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 32a4631377..ed0403179c 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:eccb2cb1cbca46831b1851fe0ae130551be5b6cceeef42886bce6da19d46bd98"; +const TAG = "develop@sha256:d7d25e98c4c81a9e9a07fdf40afe420977cf6357a8183b05b5a696f6bd0a1fe6"; /** * SynapseContainer which freezes the docker digest to stabilise tests,