From 9d233c49f487c4900e424d50b8a129926565cd3e Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Wed, 10 Dec 2025 07:23:42 +0100 Subject: [PATCH] [create-pull-request] automated change (#31496) 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 49676cf974..c8109c9b1a 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:1921169527f1914f8322866da95a2395d617ead1b9f0592f27f7c777a2b0c8d1"; +const TAG = "main@sha256:d65cc98b0d7dc31807b2effef98328716ce225c3a6f1fed156df048b6f902085"; /** * MatrixAuthenticationServiceContainer which freezes the docker digest to diff --git a/playwright/testcontainers/synapse.ts b/playwright/testcontainers/synapse.ts index bfa2ae3ed5..f7c8c3e2e6 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:b2c1ae44f6e048d0cdd23b2469271d3a4e33b4c6528f051f1d29ac3e4ffe622f"; +const TAG = "develop@sha256:a65b4dc76f445a00cc8fcc364c7aa6075365e170fe9637eb5bba708437cf7173"; /** * SynapseContainer which freezes the docker digest to stabilise tests,