From 69abef1f1ca662eaa52dedb0256d53847b456568 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Thu, 27 Nov 2025 06:22:39 +0000 Subject: [PATCH] [create-pull-request] automated change (#31348) 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 4b216af642..df67269392 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:012d070a1b06c87649b20afaafc68adedd8c11ed3d211e5f40cc3e79b2879f91"; +const TAG = "main@sha256:53eacfb95415d7d0afd6eb7c4ab42dd6c145f51de996c1081ab8dcf530992bf7"; /** * MatrixAuthenticationServiceContainer which freezes the docker digest to diff --git a/playwright/testcontainers/synapse.ts b/playwright/testcontainers/synapse.ts index 6cf3223688..8152c4dc87 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:115fd1925078b521bbab642df1e4456a65f9193e6353b61aaa4ec5686673ddc4"; +const TAG = "develop@sha256:645cb87b5ac1465af9a64cef6199ad78cd81ac63723bdf6b766b5b12f3ad2e25"; /** * SynapseContainer which freezes the docker digest to stabilise tests,