Update synapse to 1.102.0

This commit is contained in:
Daniel Berteaud 2024-03-06 10:12:05 +01:00
parent c01f0a466f
commit d716b508bc
2 changed files with 2 additions and 2 deletions

View File

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

View File

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