From 7c0c22f4eebdfc8d8760d952bcae8fe476989ce7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 09:50:56 +0100 Subject: [PATCH] Update testcontainers docker digests (#34100) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- apps/web/playwright/testcontainers/mas.ts | 2 +- apps/web/playwright/testcontainers/synapse.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/playwright/testcontainers/mas.ts b/apps/web/playwright/testcontainers/mas.ts index eab34c1e0d..ce1520ee34 100644 --- a/apps/web/playwright/testcontainers/mas.ts +++ b/apps/web/playwright/testcontainers/mas.ts @@ -11,7 +11,7 @@ import { } from "@element-hq/element-web-playwright-common/lib/testcontainers/index.js"; const DOCKER_IMAGE = - "ghcr.io/element-hq/matrix-authentication-service:main@sha256:13a43d52a0cedb9c7083d92b100354568cf9b6f9b37b68f0ffc219e9fac42412"; + "ghcr.io/element-hq/matrix-authentication-service:main@sha256:a845a30338efd6e3669204fc86d79ab746ef0e6cc1b324c58c0bd1093944c82f"; /** * MatrixAuthenticationServiceContainer which freezes the docker digest to diff --git a/apps/web/playwright/testcontainers/synapse.ts b/apps/web/playwright/testcontainers/synapse.ts index 38d41ba2b5..5f5d622cb8 100644 --- a/apps/web/playwright/testcontainers/synapse.ts +++ b/apps/web/playwright/testcontainers/synapse.ts @@ -8,7 +8,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/index.js"; const DOCKER_IMAGE = - "ghcr.io/element-hq/synapse:develop@sha256:995332b71c43a0ef117925a440782adcee460dd087919b28290b4df8bcad6059"; + "ghcr.io/element-hq/synapse:develop@sha256:a3e3fc2ddad987b50259b75eaa1a2eadeef782dadaf149413a8c88aee7f2b010"; /** * SynapseContainer which freezes the docker digest to stabilise tests,