aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-12-09 12:24:18 +0100
committerAlex Auvolat <alex@adnab.me>2021-12-09 12:24:18 +0100
commit783894b60de9b106bd378175b31bf272a133b095 (patch)
treeb07b2d554597bb39aade94e8d3c517c8583ef26e
parent854da5b98456c389179cd140155202fbc1998233 (diff)
downloadinfrastructure-783894b60de9b106bd378175b31bf272a133b095.tar.gz
infrastructure-783894b60de9b106bd378175b31bf272a133b095.zip
Tricot 19
-rw-r--r--app/frontend/deploy/frontend-tricot-neptune.hcl2
-rw-r--r--app/frontend/deploy/frontend-tricot.hcl2
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" ]