From 5e87f20cd8f480b444e8c5d21c34c073b30d1062 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Sat, 25 Oct 2025 07:18:31 +0100 Subject: [PATCH] [create-pull-request] automated change (#31084) 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 5387ab22ca..8a49d085a1 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:c44f419f7e139354f968fcf6d4a14ebd6531517e654a42f580c6d8f10eb36db0"; +const TAG = "main@sha256:5a801a2f97e88225ad32e1fde30288953ed8a40afd79dd426f6a85f1029d5d66"; /** * MatrixAuthenticationServiceContainer which freezes the docker digest to diff --git a/playwright/testcontainers/synapse.ts b/playwright/testcontainers/synapse.ts index 1d97927bcd..8e90536fa4 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:def87faf99a427e80c2a888f4aceb45ab06add95b5652be5e1f39cf49c1b8e7a"; +const TAG = "develop@sha256:1b2d79dfc8e4ff91c239905939c6c5df7d803621fdad2814f1823a82bf061c57"; /** * SynapseContainer which freezes the docker digest to stabilise tests,