diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2019-10-02 11:52:52 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2019-10-02 11:52:52 +0200 |
commit | be57a5a9227005a4668c4f3e461c83cc66c680a1 (patch) | |
tree | 6cda18ebb33e3ce9dd7152c56be979a5ce1dddf0 /nomad | |
parent | b8cd6e8df88ce919ec531fced6bcf48b3ce1a546 (diff) | |
download | infrastructure-be57a5a9227005a4668c4f3e461c83cc66c680a1.tar.gz infrastructure-be57a5a9227005a4668c4f3e461c83cc66c680a1.zip |
[matrix] upgrade from 1.2.1 to 1.4.0rc1
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 ab4f513..63b1f56 100644 --- a/nomad/chat.hcl +++ b/nomad/chat.hcl @@ -8,7 +8,7 @@ job "chat" { driver = "docker" config { - image = "superboum/amd64_synapse:v21" + image = "superboum/amd64_synapse:v22" readonly_rootfs = true port_map { client_port = 8008 |