aboutsummaryrefslogtreecommitdiff
path: root/nomad/web_static.hcl
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-01-14 16:49:42 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-01-14 16:49:42 +0100
commit67dbfdf03f31d25cb614d1ea00b8b6d74f8e4909 (patch)
tree66c043ac02e4e5654ec0e04c9e4f6fa3d8a6bb00 /nomad/web_static.hcl
parent3a5aa090d59ba6aa06ebbdc7c5f50b1d3707b575 (diff)
downloadinfrastructure-67dbfdf03f31d25cb614d1ea00b8b6d74f8e4909.tar.gz
infrastructure-67dbfdf03f31d25cb614d1ea00b8b6d74f8e4909.zip
Fix static website
Diffstat (limited to 'nomad/web_static.hcl')
-rw-r--r--nomad/web_static.hcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomad/web_static.hcl b/nomad/web_static.hcl
index 0dca948..8e0042b 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:v7"
+ image = "superboum/amd64_landing:v8"
port_map {
web_port = 8043
}