diff --git a/apps/web/playwright/testcontainers/mas.ts b/apps/web/playwright/testcontainers/mas.ts index 311922acf2..e784e4b8b7 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:c765fb602f78e77eccaa8e020e56c39eef99eccbabc9cb0df2c5705f60ca899e"; + "ghcr.io/element-hq/matrix-authentication-service:main@sha256:f06592a98b9c1badd8b5a0945d06e5499e0d40abb28113b26f77c30c772f0d83"; /** * MatrixAuthenticationServiceContainer which freezes the docker digest to diff --git a/apps/web/playwright/testcontainers/synapse.ts b/apps/web/playwright/testcontainers/synapse.ts index 8eee16c924..b65fbcd513 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:ed1414bfccbf47efe9e664723c947b98cd78814003f13eb1518153f423107f90"; + "ghcr.io/element-hq/synapse:develop@sha256:ac363046061c4a52a2cb86e1a76f0413c3ff5b3074cd7039b65186691b4dc011"; /** * SynapseContainer which freezes the docker digest to stabilise tests,