From 296d0074edea56c38e3e84c1aa3b8907c381be41 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Wed, 29 Jan 2025 07:14:16 +0100 Subject: [PATCH] [create-pull-request] automated change (#29121) 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 42d114766e..34009e4a41 100644 --- a/playwright/testcontainers/synapse.ts +++ b/playwright/testcontainers/synapse.ts @@ -19,7 +19,7 @@ import { HomeserverContainer, StartedHomeserverContainer } from "./HomeserverCon import { StartedMatrixAuthenticationServiceContainer } from "./mas.ts"; import { Api, ClientServerApi, Verb } from "../plugins/utils/api.ts"; -const TAG = "develop@sha256:2bec7ddca0acf7c3a8d140d1d6fd26580fdb39641df116c8b3e4846061081a4c"; +const TAG = "develop@sha256:041e269f3c67a8cf184d53c1e48d7e92996acf7645f67b87f37dd71fc181a57c"; const DEFAULT_CONFIG = { server_name: "localhost",