From b7a2e8c64ee9739f3797a2bba3a74620a8e32c17 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Tue, 20 Jan 2026 08:59:40 +0000 Subject: [PATCH] [create-pull-request] automated change (#31795) 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 1019efbf33..4f66abed72 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:15bf175563dd774ba77d48b5e5d6d9d8686d3351a24c03d9bd28a4928ec146ba"; +const TAG = "main@sha256:7fe335c40fd0667dc296a46836f4ed89de97f4fbab010b696822e77bea9648bb"; /** * MatrixAuthenticationServiceContainer which freezes the docker digest to diff --git a/playwright/testcontainers/synapse.ts b/playwright/testcontainers/synapse.ts index 9fc7781b9b..925bee3a0e 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:d298b0beef530a1d6d7b7d975b35728446440cad5719656c3c35db92f40c6a96"; +const TAG = "develop@sha256:a42e345df9f9337d35e218397e1ee273ab2c756fa00a5cf467433552411126d4"; /** * SynapseContainer which freezes the docker digest to stabilise tests,