From 15af27b9065212482bc6f7748cd9eba70254ef26 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Wed, 24 Sep 2025 07:20:53 +0100 Subject: [PATCH] [create-pull-request] automated change (#30856) 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 55cae2cb8a..9180098ffa 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:e899a2d7186a436f90a1b3ae572ecae9352151e12ce7e4fbfe1a6120801f8ad3"; +const TAG = "main@sha256:09f64cd1633f1c82756b8e7d83cec4575b15782709674b0a69a4ad2a931e4e4f"; /** * MatrixAuthenticationServiceContainer which freezes the docker digest to diff --git a/playwright/testcontainers/synapse.ts b/playwright/testcontainers/synapse.ts index b79942d578..66cc2fc8e2 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:9be5d1b21be194fe49d6090ec130187328b4ed3ecbed7f78b8fcf84f343d9201"; +const TAG = "develop@sha256:eb7ffb7077755c1493036196222063a0dc8179dae87f8fb6ec3b31a156f2b714"; /** * SynapseContainer which freezes the docker digest to stabilise tests,