Skip to content

Commit d68c5a2

Browse files
RiotRobott3chguy
andauthored
[create-pull-request] automated change (element-hq#28586)
Co-authored-by: t3chguy <[email protected]>
1 parent 95175ca commit d68c5a2

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:b261d81d9a3615a7716fc92423ee5689b0b450ed49f87a4887e49ecab7aefe45";
23+
const DOCKER_TAG = "develop@sha256:42c540d8c3362155dd23cff96207c08b99113e957d213f426018cd437f39af6f";
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)