diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-04-08 11:23:02 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-04-08 11:23:02 +0200 |
commit | f880808b2571782175474a76cfed63a34a60f113 (patch) | |
tree | cd5a46a73e3e72e9af2c8dcbc47e3bc524bfd43b /nomad | |
parent | cbe92363766ae9a04243314618064baf9f5837df (diff) | |
download | infrastructure-f880808b2571782175474a76cfed63a34a60f113.tar.gz infrastructure-f880808b2571782175474a76cfed63a34a60f113.zip |
upgrade matrix
Diffstat (limited to 'nomad')
-rw-r--r-- | nomad/chat.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomad/chat.hcl b/nomad/chat.hcl index 668f3d8..4f25bb3 100644 --- a/nomad/chat.hcl +++ b/nomad/chat.hcl @@ -8,7 +8,7 @@ job "chat" { driver = "docker" config { - image = "superboum/amd64_synapse:v26" + image = "superboum/amd64_synapse:v27" readonly_rootfs = true port_map { client_port = 8008 |