diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-10-30 19:16:23 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-10-30 19:16:23 +0100 |
commit | 2452e875096e29a230f7bb5bbb6c0bd3fafce803 (patch) | |
tree | 1e4ac5efe691048d98d54f4ebab6705c48a49091 /app | |
parent | bf58bd2a2cf7d8718f3a869f43f08253cc14fb7a (diff) | |
download | infrastructure-2452e875096e29a230f7bb5bbb6c0bd3fafce803.tar.gz infrastructure-2452e875096e29a230f7bb5bbb6c0bd3fafce803.zip |
Migrate synapse to 1.22.1
Diffstat (limited to 'app')
-rw-r--r-- | app/build/docker-compose.yml | 4 | ||||
-rw-r--r-- | app/deployment/im.hcl | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app/build/docker-compose.yml b/app/build/docker-compose.yml index 2a67453..fadabb8 100644 --- a/app/build/docker-compose.yml +++ b/app/build/docker-compose.yml @@ -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: diff --git a/app/deployment/im.hcl b/app/deployment/im.hcl index dfff98b..79b44c6 100644 --- a/app/deployment/im.hcl +++ b/app/deployment/im.hcl @@ -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" |