Migrate synapse to 1.22.1
This commit is contained in:
parent
bf58bd2a2c
commit
2452e87509
2 changed files with 3 additions and 3 deletions
|
@ -22,8 +22,8 @@ services:
|
|||
context: ./matrix-synapse
|
||||
args:
|
||||
# https://github.com/matrix-org/synapse/releases
|
||||
VERSION: 1.21.0
|
||||
image: superboum/amd64_synapse:v36
|
||||
VERSION: 1.22.1
|
||||
image: superboum/amd64_synapse:v37
|
||||
|
||||
# Email
|
||||
sogo:
|
||||
|
|
|
@ -8,7 +8,7 @@ job "im" {
|
|||
driver = "docker"
|
||||
|
||||
config {
|
||||
image = "superboum/amd64_synapse:v36"
|
||||
image = "superboum/amd64_synapse:v37"
|
||||
network_mode = "host"
|
||||
readonly_rootfs = true
|
||||
command = "python"
|
||||
|
|
Reference in a new issue