Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit ab6a94a

Browse files
RiotRobotgithub-merge-queue
and
github-merge-queue
authored
[create-pull-request] automated change (#12574)
Co-authored-by: github-merge-queue <[email protected]>
1 parent f2d9f13 commit ab6a94a

File tree

1 file changed

+1
-1
lines changed
  • playwright/plugins/homeserver/synapse

1 file changed

+1
-1
lines changed

playwright/plugins/homeserver/synapse/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { randB64Bytes } from "../../utils/rand";
2828
// Docker tag to use for `matrixdotorg/synapse` image.
2929
// We target a specific digest as every now and then a Synapse update will break our CI.
3030
// This digest is updated by the playwright-image-updates.yaml workflow periodically.
31-
const DOCKER_TAG = "develop@sha256:92c4678375d5c71647b66853fe238e1224465b74fbc2d3422b2ba719aa0e7d40";
31+
const DOCKER_TAG = "develop@sha256:223f5e054ead418e6ab2ac8480ae85d63dc02423642015b43e56efb12a057d59";
3232

3333
async function cfgDirFromTemplate(opts: StartHomeserverOpts): Promise<Omit<HomeserverConfig, "dockerUrl">> {
3434
const templateDir = path.join(__dirname, "templates", opts.template);

0 commit comments

Comments
 (0)