From 240f7148e1685673d3f1ea0818a17d5b1f11fc9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:28:59 +0100 Subject: [PATCH] Update testcontainers docker digests (#34202) 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 e9f1bd0848..f385e357ed 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:5c7e1a7080036a0f4f0784b20add6bc73643ccf8a49a06c853c509c109572078"; + "ghcr.io/element-hq/matrix-authentication-service:main@sha256:be7d540f3c9ab8e974df1f2a2eade68744c09abe2a6a92ca2988f5cd010dee67"; /** * MatrixAuthenticationServiceContainer which freezes the docker digest to diff --git a/apps/web/playwright/testcontainers/synapse.ts b/apps/web/playwright/testcontainers/synapse.ts index d5ce413f71..a682c6cf84 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:45ac7a36797199fd3790bd3eb96a045fc158d81af081927d6d3590dd18566a73"; + "ghcr.io/element-hq/synapse:develop@sha256:33d742d751ccdd21b321a496e60ab92471be625cb6ec9e7634e0ead7a99f7b06"; /** * SynapseContainer which freezes the docker digest to stabilise tests,