mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
[create-pull-request] automated change (#12847)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
This commit is contained in:
parent
aeecba97e9
commit
2defb1041e
1 changed files with 1 additions and 1 deletions
|
@ -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:b3f00dae175a42f958fc58ae326fa3fae35c079c6b1acce623305355e53b4354";
|
||||
const DOCKER_TAG = "develop@sha256:6f9578c26dd31a591d8df86676bb1cd3a60dfdfee4a4928c0b0c3dbae717f60d";
|
||||
|
||||
async function cfgDirFromTemplate(opts: StartHomeserverOpts): Promise<Omit<HomeserverConfig, "dockerUrl">> {
|
||||
const templateDir = path.join(__dirname, "templates", opts.template);
|
||||
|
|
Loading…
Reference in a new issue