From bc7fe25974fe0640b5eb743747376cf4d1b17883 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Tue, 11 Feb 2025 07:14:04 +0100 Subject: [PATCH] [create-pull-request] automated change (#29236) Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com> --- playwright/testcontainers/synapse.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright/testcontainers/synapse.ts b/playwright/testcontainers/synapse.ts index c08190ecb35..8861a6e663a 100644 --- a/playwright/testcontainers/synapse.ts +++ b/playwright/testcontainers/synapse.ts @@ -25,7 +25,7 @@ import { type HomeserverContainer, type StartedHomeserverContainer } from "./Hom import { type StartedMatrixAuthenticationServiceContainer } from "./mas.ts"; import { Api, ClientServerApi, type Verb } from "../plugins/utils/api.ts"; -const TAG = "develop@sha256:097ebca1226a0946f83f32c2b7f14fadaaa2ff36a4313cc3900aa1db7b2162f5"; +const TAG = "develop@sha256:27c0b0184023f293095d53d02d3da2561775543975da50557c45ce3a76cf8257"; const DEFAULT_CONFIG = { server_name: "localhost",