From 42192cbe06ae87795c86e8e1a3cb4744cf3edb2e Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Thu, 6 Mar 2025 06:15:39 +0000 Subject: [PATCH] [create-pull-request] automated change (#29431) 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 aecee70180..a6b78bc8f6 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:bae06837a9ab79f939bf27cdb94ce10ebc34a176c975e77f6aa306b20e7d4076"; +const TAG = "develop@sha256:8d0049e8e0524ad6817cf7737453fe47de1ed3b8d04704f0c2fd6c136414c9d7"; const DEFAULT_CONFIG = { server_name: "localhost",