From 7887cbb81b73eba35a5bdfd1a6588eba7041a582 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Sat, 6 Dec 2025 07:21:37 +0100 Subject: [PATCH] [create-pull-request] automated change (#31444) 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 c9077bef96..49676cf974 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:667def36a80a73637513389e8f1f55a3e1995f86c878ccfcdc84419d427db724"; +const TAG = "main@sha256:1921169527f1914f8322866da95a2395d617ead1b9f0592f27f7c777a2b0c8d1"; /** * MatrixAuthenticationServiceContainer which freezes the docker digest to diff --git a/playwright/testcontainers/synapse.ts b/playwright/testcontainers/synapse.ts index 814dd98480..0ec31db611 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:fa38807f39a05c93eecd2ca0fb22ce93dc080adf349775634871bc7d751180b6"; +const TAG = "develop@sha256:837e946add32831ba128adcc848044f7dce491be4a9451df6c1ac72d967af1aa"; /** * SynapseContainer which freezes the docker digest to stabilise tests,