File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
playwright/plugins/homeserver/synapse Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import { randB64Bytes } from "../../utils/rand";
28
28
// Docker tag to use for synapse docker image.
29
29
// We target a specific digest as every now and then a Synapse update will break our CI.
30
30
// This digest is updated by the playwright-image-updates.yaml workflow periodically.
31
- const DOCKER_TAG = "develop@sha256:c826fb82717a26e6dbb42b566c864064e2b67d28e1dae092908ce01ab84233c5 " ;
31
+ const DOCKER_TAG = "develop@sha256:b1401961110a9b73ab4ef85f6ddd48aa8b213f711824e0d873bca21031bc9453 " ;
32
32
33
33
async function cfgDirFromTemplate ( opts : StartHomeserverOpts ) : Promise < Omit < HomeserverConfig , "dockerUrl" > > {
34
34
const templateDir = path . join ( __dirname , "templates" , opts . template ) ;
You can’t perform that action at this time.
0 commit comments