diff options
Diffstat (limited to 'app/deployment')
-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 } |