Merge pull request 'Upgraded to Synapse v1.24.0' (#26) from adrien/infrastructure:master into master

Reviewed-on: Deuxfleurs/infrastructure#26
This commit is contained in:
Quentin 2020-12-11 11:00:38 +01:00
commit 3ff113ceab
2 changed files with 3 additions and 3 deletions

View File

@ -22,8 +22,8 @@ services:
context: ./matrix-synapse
args:
# https://github.com/matrix-org/synapse/releases
VERSION: 1.23.0
image: particallydone/amd64_synapse:v38
VERSION: 1.24.0
image: particallydone/amd64_synapse:v39
# Email
sogo:

View File

@ -8,7 +8,7 @@ job "im" {
driver = "docker"
config {
image = "particallydone/amd64_synapse:v38"
image = "particallydone/amd64_synapse:v39"
network_mode = "host"
readonly_rootfs = true
command = "python"