Update testcontainers docker digests (#33340)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-04-30 08:45:21 +00:00 committed by GitHub
parent 0f9b5f4ab9
commit febecb8e56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

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:b56910ddd9d6cbbe9e896b6e5bcfcded3367dba779f979166e178878b02e3a07";
"ghcr.io/element-hq/matrix-authentication-service:main@sha256:c765fb602f78e77eccaa8e020e56c39eef99eccbabc9cb0df2c5705f60ca899e";
/**
* MatrixAuthenticationServiceContainer which freezes the docker digest to

View File

@ -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:539f3cbe5e1feba357c3394b6db0c7f90ddd5eafc8bdb282e23cc1111aa54eab";
"ghcr.io/element-hq/synapse:develop@sha256:53b1c81dc161be1d999344ca727a520972b912fc24681dfafe25fca4b766b2a5";
/**
* SynapseContainer which freezes the docker digest to stabilise tests,