diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-02-28 08:12:53 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-02-28 08:12:53 +0100 |
commit | 7476a93dcd9ffc6b4df2ed33ac9bc5d311d0bcdb (patch) | |
tree | 55fa799e0350485a50b5fd46765ac14cd629c580 /nomad | |
parent | ea32facca263f3b3b5e12dd3193625d2ac2b7b9e (diff) | |
download | infrastructure-7476a93dcd9ffc6b4df2ed33ac9bc5d311d0bcdb.tar.gz infrastructure-7476a93dcd9ffc6b4df2ed33ac9bc5d311d0bcdb.zip |
[matrix] Upgrade synapse to 1.11.0
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 1e9a0bf..2e3effe 100644 --- a/nomad/chat.hcl +++ b/nomad/chat.hcl @@ -8,7 +8,7 @@ job "chat" { driver = "docker" config { - image = "superboum/amd64_synapse:v24" + image = "superboum/amd64_synapse:v26" readonly_rootfs = true port_map { client_port = 8008 |