diff options
Diffstat (limited to 'nomad')
-rw-r--r-- | nomad/web_static.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nomad/web_static.hcl b/nomad/web_static.hcl index 3cf97c3..6749f41 100644 --- a/nomad/web_static.hcl +++ b/nomad/web_static.hcl @@ -11,7 +11,7 @@ job "web_static" { task "server" { driver = "docker" config { - image = "superboum/amd64_landing:v5" + image = "superboum/amd64_landing:v6" port_map { web_port = 8043 } @@ -54,7 +54,7 @@ job "web_static" { task "server" { driver = "docker" config { - image = "superboum/amd64_blog:v18" + image = "superboum/amd64_blog:v19" port_map { web_port = 8043 } |