diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-09-21 16:30:23 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-09-21 16:30:23 +0200 |
commit | 6467a5ab3146605d378ee2bd134588f15bbea2f4 (patch) | |
tree | 33746c60e2a03636c008e03550b70a457552d5e5 /app/deployment/im.hcl | |
parent | 9e4e2f7b99ab8816afcf51e9575d75ccf73fb23f (diff) | |
parent | f8682668c210fe0a5585620adf0ad498f7370bec (diff) | |
download | infrastructure-6467a5ab3146605d378ee2bd134588f15bbea2f4.tar.gz infrastructure-6467a5ab3146605d378ee2bd134588f15bbea2f4.zip |
Merge branch 'master' of git.deuxfleurs.fr:Deuxfleurs/deuxfleurs.fr
Diffstat (limited to 'app/deployment/im.hcl')
-rw-r--r-- | app/deployment/im.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/deployment/im.hcl b/app/deployment/im.hcl index b758011..c7528d1 100644 --- a/app/deployment/im.hcl +++ b/app/deployment/im.hcl @@ -239,7 +239,7 @@ job "im" { task "server" { driver = "docker" config { - image = "superboum/amd64_riotweb:v15" + image = "superboum/amd64_riotweb:v16" port_map { web_port = 8043 } |