From 6e9fc55cb459d54eeb88f0c994b6e73c8af9f607 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Thu, 25 Jul 2024 07:21:47 +0100 Subject: [PATCH] [create-pull-request] automated change (#12824) Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> --- playwright/plugins/homeserver/synapse/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright/plugins/homeserver/synapse/index.ts b/playwright/plugins/homeserver/synapse/index.ts index dcacd3b2de..b046845011 100644 --- a/playwright/plugins/homeserver/synapse/index.ts +++ b/playwright/plugins/homeserver/synapse/index.ts @@ -28,7 +28,7 @@ import { randB64Bytes } from "../../utils/rand"; // Docker tag to use for `matrixdotorg/synapse` image. // We target a specific digest as every now and then a Synapse update will break our CI. // This digest is updated by the playwright-image-updates.yaml workflow periodically. -const DOCKER_TAG = "develop@sha256:f0327c88c96f909c45c2ad89ac8b4acf93ca26a6d17a1be21c1fd41b017a7013"; +const DOCKER_TAG = "develop@sha256:c1fdd693b9430fbfe2bfa6d8e3cf1506e97146ab6f4b5a7485c0f3a201560a25"; async function cfgDirFromTemplate(opts: StartHomeserverOpts): Promise> { const templateDir = path.join(__dirname, "templates", opts.template);