Update testcontainers docker digests (#34032)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-06-29 15:00:31 +00:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent 36f219af85
commit 2198a61b74
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:38d91551c2706ac5af14534ba4dabe6f233d9545aae740c95d183dcefbec6752";
"ghcr.io/element-hq/matrix-authentication-service:main@sha256:027ae2c6d9cff2322e5fdfd2059dadb21bf3f3d78a44a92ff7747f66028bf390";
/**
* MatrixAuthenticationServiceContainer which freezes the docker digest to
@@ -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:f72b6f0399463829d10d9aa2e7b5ae6f286a67bfffdc973e8a728f5b34e36021";
"ghcr.io/element-hq/synapse:develop@sha256:b1371d115127af4529f376fc72b7b364d49b937e9fbaa654e8246bb462e06b1a";
/**
* SynapseContainer which freezes the docker digest to stabilise tests,