Update to Synapse 1.101.0

This commit is contained in:
Daniel Berteaud 2024-02-13 14:01:13 +01:00
parent c38ec55ffc
commit 15c1ef43c2
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ job "matrix" {
leader = true
config {
image = "danielberteaud/matrix-synapse:1.110.0-1"
image = "danielberteaud/matrix-synapse:1.101.0-1"
pids_limit = 200
readonly_rootfs = true
}

View File

@ -25,7 +25,7 @@ matrix:
synapse:
# Version of synapse
version: 1.110.0
version: 1.101.0
# The docker image to use
image: '[[ .docker.repo ]]matrix-synapse:[[ .matrix.synapse.version ]]-1'