diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-10-13 11:59:02 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-10-13 11:59:02 +0200 |
commit | 948e4fb94ee3631a1c2768f9612f6e86209560df (patch) | |
tree | eeb8430b99443fc7acf01978a62ee64180a3c003 | |
parent | 8fb283d502fda631e2dcd718c2a8b96ba33615cb (diff) | |
download | infrastructure-948e4fb94ee3631a1c2768f9612f6e86209560df.tar.gz infrastructure-948e4fb94ee3631a1c2768f9612f6e86209560df.zip |
Upgrade chat
-rw-r--r-- | app/build/docker-compose.yml | 8 | ||||
-rw-r--r-- | app/deployment/im.hcl | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app/build/docker-compose.yml b/app/build/docker-compose.yml index ba9a04c..109a26a 100644 --- a/app/build/docker-compose.yml +++ b/app/build/docker-compose.yml @@ -7,16 +7,16 @@ services: context: ./riotweb args: # https://github.com/vector-im/riot-web/releases - VERSION: 1.7.7 - image: superboum/amd64_riotweb:v16 + VERSION: 1.7.9 + image: superboum/amd64_riotweb:v17 synapse: build: context: ./matrix-synapse args: # https://github.com/matrix-org/synapse/releases - VERSION: 1.20.0 - image: superboum/amd64_synapse:v35 + VERSION: 1.21.0 + image: superboum/amd64_synapse:v36 # Email sogo: diff --git a/app/deployment/im.hcl b/app/deployment/im.hcl index 890ad21..f76fb73 100644 --- a/app/deployment/im.hcl +++ b/app/deployment/im.hcl @@ -8,7 +8,7 @@ job "im" { driver = "docker" config { - image = "superboum/amd64_synapse:v35" + image = "superboum/amd64_synapse:v36" readonly_rootfs = true port_map { client_port = 8008 @@ -239,7 +239,7 @@ job "im" { task "server" { driver = "docker" config { - image = "superboum/amd64_riotweb:v16" + image = "superboum/amd64_riotweb:v17" port_map { web_port = 8043 } |