diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-09 12:24:18 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-09 12:24:18 +0100 |
commit | 783894b60de9b106bd378175b31bf272a133b095 (patch) | |
tree | b07b2d554597bb39aade94e8d3c517c8583ef26e | |
parent | 854da5b98456c389179cd140155202fbc1998233 (diff) | |
download | infrastructure-783894b60de9b106bd378175b31bf272a133b095.tar.gz infrastructure-783894b60de9b106bd378175b31bf272a133b095.zip |
Tricot 19
-rw-r--r-- | app/frontend/deploy/frontend-tricot-neptune.hcl | 2 | ||||
-rw-r--r-- | app/frontend/deploy/frontend-tricot.hcl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/frontend/deploy/frontend-tricot-neptune.hcl b/app/frontend/deploy/frontend-tricot-neptune.hcl index 903a0ed..c8d3cb1 100644 --- a/app/frontend/deploy/frontend-tricot-neptune.hcl +++ b/app/frontend/deploy/frontend-tricot-neptune.hcl @@ -20,7 +20,7 @@ job "frontend" { driver = "docker" config { - image = "lxpz/amd64_tricot:17" + image = "lxpz/amd64_tricot:19" network_mode = "host" readonly_rootfs = true ports = [ "http_port", "https_port", "admin_port" ] diff --git a/app/frontend/deploy/frontend-tricot.hcl b/app/frontend/deploy/frontend-tricot.hcl index cf66621..bcca05d 100644 --- a/app/frontend/deploy/frontend-tricot.hcl +++ b/app/frontend/deploy/frontend-tricot.hcl @@ -14,7 +14,7 @@ job "frontend" { driver = "docker" config { - image = "lxpz/amd64_tricot:17" + image = "lxpz/amd64_tricot:19" network_mode = "host" readonly_rootfs = true ports = [ "http_port", "https_port", "admin_port" ] |