From 59ce079a528aecce6bd022cc19a280546d01ba0b Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 14 Dec 2021 11:42:43 +0100 Subject: [PATCH] Update tricot --- app/frontend/deploy/frontend-tricot-neptune.hcl | 2 +- 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 f93c1b9..d36cce7 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:24" + image = "lxpz/amd64_tricot:25" 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 867720b..3f55712 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:24" + image = "lxpz/amd64_tricot:25" network_mode = "host" readonly_rootfs = true ports = [ "http_port", "https_port", "admin_port" ]