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

Commit 3256499

Browse files
RiotRobotdbkr
andauthored
[create-pull-request] automated change (#52)
Co-authored-by: dbkr <[email protected]>
1 parent 0f670b8 commit 3256499

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
@@ -20,7 +20,7 @@ import { randB64Bytes } from "../../utils/rand";
2020
// Docker tag to use for synapse docker image.
2121
// We target a specific digest as every now and then a Synapse update will break our CI.
2222
// This digest is updated by the playwright-image-updates.yaml workflow periodically.
23-
const DOCKER_TAG = "develop@sha256:117a94ee66e4049eb6f40d04cc70d4fc83f7022dacc9871448c141e7756492f9";
23+
const DOCKER_TAG = "develop@sha256:78091e205adcd94ff42a0db688c83289a1d56c17b928f04d11b5b87a52cd2083";
2424

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

0 commit comments

Comments
 (0)