From f36905b656a57855fb72eb58bc7c4ddd22330ee9 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Tue, 27 Jan 2026 06:23:13 +0000 Subject: [PATCH] [create-pull-request] automated change (#31894) Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com> --- playwright/testcontainers/mas.ts | 2 +- playwright/testcontainers/synapse.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playwright/testcontainers/mas.ts b/playwright/testcontainers/mas.ts index 06e91b0246..fe3448b2bb 100644 --- a/playwright/testcontainers/mas.ts +++ b/playwright/testcontainers/mas.ts @@ -10,7 +10,7 @@ import { type StartedPostgreSqlContainer, } from "@element-hq/element-web-playwright-common/lib/testcontainers"; -const TAG = "main@sha256:badf49f8e4cc389913a88e53c6031967a8b475e48de13b010c65c053057a5436"; +const TAG = "main@sha256:e9debec5562af7ab7c2fad852f6a149587b8b57329746a56395a158848557bd8"; /** * MatrixAuthenticationServiceContainer which freezes the docker digest to diff --git a/playwright/testcontainers/synapse.ts b/playwright/testcontainers/synapse.ts index 91a8e6b11d..16176554e5 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:75e5199b04e966bac9f0c8dc05b6cad225bc818ba97dbd191a1e20574812744d"; +const TAG = "develop@sha256:8c60d6584196c89ce8d8a604467c420ce5980cbf3f345702ab836fff389749e2"; /** * SynapseContainer which freezes the docker digest to stabilise tests,