From 9da2f350dc5629d3c12a1691632e6f8042c1eeba Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Fri, 23 Jan 2026 06:22:24 +0000 Subject: [PATCH] [create-pull-request] automated change (#31861) 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 9a8d08bbe6..91a8e6b11d 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:f998ec47cc8d195e27990803545ea894c548d15cc08b77208489cf5fcfef6429"; +const TAG = "develop@sha256:75e5199b04e966bac9f0c8dc05b6cad225bc818ba97dbd191a1e20574812744d"; /** * SynapseContainer which freezes the docker digest to stabilise tests,