From d7f54355ac88d5960c23aff8220a9caa95e4ce39 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Thu, 7 Aug 2025 07:20:30 +0100 Subject: [PATCH] [create-pull-request] automated change (#30510) 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 bfadcf0fec..627ad9c79a 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:cb00ff0892f117b8803e817fc470d74f03c8bc6d3f58335230f7317c9b15e584"; +const TAG = "develop@sha256:a0d8db97e39321166959cecdc4c684daff36fefdc7968de47be7e0fdb1cb4541"; /** * SynapseContainer which freezes the docker digest to stabilise tests,