From 4dd128fd1809666a4b2ca9d2b5ec4a12daf588ae Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Tue, 6 Jan 2026 16:11:27 +0000 Subject: [PATCH] [create-pull-request] automated change (#31580) 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 61cc53bbc9..a0f2c18395 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:2c5966c2ff06458ac5cbae959f12e19d30e3ebb63c641d31ec1ae08abccb9c6d"; +const TAG = "main@sha256:7892272f66adcefda74126f9f0c60a25ad7e83f0cda2834233e4283c8333eb19"; /** * MatrixAuthenticationServiceContainer which freezes the docker digest to diff --git a/playwright/testcontainers/synapse.ts b/playwright/testcontainers/synapse.ts index 1359cd0f69..7ff6ca2a21 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:7c3dce1d2b44fdc4b1494c5b8f4792018733ad323f823b88aac30c883d09fb35"; +const TAG = "develop@sha256:8226bae1a8bc606721a91e3b3e07cb5c8a8e5718c61af7e2c9620479efa04d26"; /** * SynapseContainer which freezes the docker digest to stabilise tests,