diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-06-02 12:31:46 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-06-02 12:31:46 +0200 |
commit | 9b7fd2fc0ac6f11e47a9355ba6ec7db0f0e42dbe (patch) | |
tree | b0ced1a2066228a2846628968e6c6b2562531c32 /nomad | |
parent | d13352910d3c352d07d7e482bc87227ce88bdb22 (diff) | |
download | infrastructure-9b7fd2fc0ac6f11e47a9355ba6ec7db0f0e42dbe.tar.gz infrastructure-9b7fd2fc0ac6f11e47a9355ba6ec7db0f0e42dbe.zip |
Upgrade containers
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 31a75a5..3d9434d 100644 --- a/nomad/chat.hcl +++ b/nomad/chat.hcl @@ -8,7 +8,7 @@ job "chat" { driver = "docker" config { - image = "superboum/amd64_synapse:v28" + image = "superboum/amd64_synapse:v29" readonly_rootfs = true port_map { client_port = 8008 @@ -239,7 +239,7 @@ job "chat" { task "server" { driver = "docker" config { - image = "superboum/amd64_riotweb:v10" + image = "superboum/amd64_riotweb:v11" port_map { web_port = 8043 } |