From 20de09e80fa608612a475a577ad559da2580e6eb Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Sat, 17 Jan 2026 06:21:44 +0000 Subject: [PATCH] [create-pull-request] automated change (#31781) 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 3c71fe753d..5d160e263f 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:ee8e4afce96e1f3287a480009a264860edcb9eea5ebfc16ead6afa59754833f4"; +const TAG = "main@sha256:76375e7eee2fd44ba2ea072871d1f0baf673465232b2b6d7ffd78456f2ac88f8"; /** * MatrixAuthenticationServiceContainer which freezes the docker digest to diff --git a/playwright/testcontainers/synapse.ts b/playwright/testcontainers/synapse.ts index 4aed32f5bd..9fc7781b9b 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:00f281070ea3fd23c6f36a3e861a15c73be51ffa3fe906944c1b37789119d17b"; +const TAG = "develop@sha256:d298b0beef530a1d6d7b7d975b35728446440cad5719656c3c35db92f40c6a96"; /** * SynapseContainer which freezes the docker digest to stabilise tests,