From f06ed2fa1fa4016b54e8ee4d6eacab49bd9608d6 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Fri, 31 Jan 2025 07:14:35 +0100 Subject: [PATCH] [create-pull-request] automated change (#29148) 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 96751abcb71..fcd9a995e79 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:bc1ab3df46d839794b7f93dbcb86428eec6fa11633d85cedd666ca5cfcc0d2a8"; +const TAG = "develop@sha256:e6b4c69101a0d8fd6ff6a26233eb6f92e984d578476f087c26a0fb72cddc9623"; const DEFAULT_CONFIG = { server_name: "localhost",