From d9091bcba9caf71fe1f37ed5281dd8d5b5a5ba88 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Wed, 26 Mar 2025 07:16:24 +0100 Subject: [PATCH] [create-pull-request] automated change (#29591) 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 ea390e155b..e555c4fe6e 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:d19854a3dbbb4d5d24d84767d17e1a623181ae5f2bdda3505819c05a8d3c8611"; +const TAG = "develop@sha256:4a66d4e3052740743f32648846a66c2517dd525fe8fd30db421a1c020b7e32e4"; /** * SynapseContainer which freezes the docker digest to stabilise tests,