From 381b2ea343971775c3b74e8e430ccff7e11d1cf4 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Tue, 14 Jan 2025 06:16:25 +0000 Subject: [PATCH] [create-pull-request] automated change (#28992) 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 5165815361..6ef0ff60cf 100644 --- a/playwright/testcontainers/synapse.ts +++ b/playwright/testcontainers/synapse.ts @@ -17,7 +17,7 @@ import { Credentials } from "../plugins/homeserver"; import { deepCopy } from "../plugins/utils/object.ts"; import { HomeserverContainer, StartedHomeserverContainer } from "./HomeserverContainer.ts"; -const TAG = "develop@sha256:b69222d98abe9625d46f5d3cb01683d5dc173ae339215297138392cfeec935d9"; +const TAG = "develop@sha256:7be2e00da62dfbb2bad071c6d408fecb1fabf740a538d08768b9b3e0a8c45350"; const DEFAULT_CONFIG = { server_name: "localhost",