From ba828b219419c966974d34bd78978df7ec722bee Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Thu, 24 Jul 2025 11:02:19 +0100 Subject: [PATCH] [create-pull-request] automated change (#30394) 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 9066cabea3..7af8ae47f1 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:5578bef7ea94d465bccdaf3b11c110a58e797a07f46d3aafbc802f912676a5e7"; +const TAG = "develop@sha256:8c2d9a93dd209a79d3e5e50cd18addfe52d80bea0ffe48a5d3e15836032eeb9d"; /** * SynapseContainer which freezes the docker digest to stabilise tests,