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

Commit 5ff3fd6

Browse files
[create-pull-request] automated change (#12949)
Co-authored-by: github-merge-queue <[email protected]>
1 parent 579cb6b commit 5ff3fd6

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 synapse docker 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:9ed33f589137f34ab6523f983bf21fd94e6cbcf68ece9cc806d0721641f76626";
31+
const DOCKER_TAG = "develop@sha256:84e3d3a5ecbb618d29878e99fa58b6b926d6feb08ea536063cabed41be0a057c";
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)