Update Synapse to 1.104.0

This commit is contained in:
Daniel Berteaud 2024-04-03 12:08:03 +02:00
parent 42ceb2c37a
commit c19bfcd62b
2 changed files with 3 additions and 3 deletions

View File

@ -108,7 +108,7 @@ job "matrix" {
user = 1053
config {
image = "danielberteaud/wait-for:24.3-1"
image = "danielberteaud/wait-for:24.4-1"
readonly_rootfs = true
pids_limit = 20
}
@ -140,7 +140,7 @@ job "matrix" {
leader = true
config {
image = "danielberteaud/matrix-synapse:1.103.0-1"
image = "danielberteaud/matrix-synapse:1.104.0-1"
pids_limit = 200
readonly_rootfs = true
}

View File

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