diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2019-07-26 13:31:56 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2019-07-26 13:31:56 +0200 |
commit | 792dfc990747783ff3733712f41e3a99a8d7baa6 (patch) | |
tree | 1293200a4c59ab802dfa65afdb545c9be8748c98 /nomad | |
parent | 3ae6f7bee0c58353569535c5a8c42fcf9e309f4b (diff) | |
download | infrastructure-792dfc990747783ff3733712f41e3a99a8d7baa6.tar.gz infrastructure-792dfc990747783ff3733712f41e3a99a8d7baa6.zip |
[matrix] upgrade to 1.2.1
Diffstat (limited to 'nomad')
-rw-r--r-- | nomad/chat.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nomad/chat.hcl b/nomad/chat.hcl index 2940840..0f6a653 100644 --- a/nomad/chat.hcl +++ b/nomad/chat.hcl @@ -8,7 +8,7 @@ job "chat" { driver = "docker" config { - image = "superboum/amd64_synapse:v20" + image = "superboum/amd64_synapse:v21" readonly_rootfs = true port_map { client_port = 8008 @@ -109,7 +109,7 @@ job "chat" { task "server" { driver = "docker" config { - image = "superboum/amd64_riotweb:v4" + image = "superboum/amd64_riotweb:v5" port_map { web_port = 8043 } |