diff options
author | Quentin <quentin@deuxfleurs.fr> | 2019-12-09 16:30:31 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2019-12-09 16:30:31 +0100 |
commit | 05f60e4856cfbaad1b987de9f5bd1f0f9b57bcf2 (patch) | |
tree | 44805ac12f22fd562919f4c2cd7b55038e973a89 | |
parent | b33e289d996e8c69fef82d02e665f3fb87d894fa (diff) | |
download | infrastructure-05f60e4856cfbaad1b987de9f5bd1f0f9b57bcf2.tar.gz infrastructure-05f60e4856cfbaad1b987de9f5bd1f0f9b57bcf2.zip |
[synapse] migration terminée vers la 1.7.0rc1
-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 3df61ae..09b6946 100644 --- a/nomad/chat.hcl +++ b/nomad/chat.hcl @@ -8,7 +8,7 @@ job "chat" { driver = "docker" config { - image = "superboum/amd64_synapse:v22" + image = "superboum/amd64_synapse:v23" readonly_rootfs = true port_map { client_port = 8008 |