diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-07-06 13:58:25 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-07-06 13:58:25 +0200 |
commit | e623bbcc6f74b97cd78e452648abfaca2fe74fce (patch) | |
tree | 7c6350834ebb7c75386ad618d3b4dac7550af2a1 | |
parent | 60e3958baf23188bee3a66689ec6e83c2c27d769 (diff) | |
download | infrastructure-e623bbcc6f74b97cd78e452648abfaca2fe74fce.tar.gz infrastructure-e623bbcc6f74b97cd78e452648abfaca2fe74fce.zip |
Update Matrix
-rw-r--r-- | docker/docker-compose.yml | 8 | ||||
-rw-r--r-- | nomad/im.hcl | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 6f351ec..f305d40 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -4,11 +4,11 @@ services: build: context: ./riotweb args: - VERSION: 1.6.2 - image: superboum/amd64_riotweb:v11 + VERSION: 1.6.8 + image: superboum/amd64_riotweb:v12 synapse: build: context: ./matrix-synapse args: - VERSION: 1.14.0 - image: superboum/amd64_synapse:v29 + VERSION: 1.15.2 + image: superboum/amd64_synapse:v30 diff --git a/nomad/im.hcl b/nomad/im.hcl index f738edb..8c56b6f 100644 --- a/nomad/im.hcl +++ b/nomad/im.hcl @@ -8,7 +8,7 @@ job "im" { driver = "docker" config { - image = "superboum/amd64_synapse:v29" + image = "superboum/amd64_synapse:v30" readonly_rootfs = true port_map { client_port = 8008 @@ -239,7 +239,7 @@ job "im" { task "server" { driver = "docker" config { - image = "superboum/amd64_riotweb:v11" + image = "superboum/amd64_riotweb:v12" port_map { web_port = 8043 } |