From f96b03628363c570cbe78b2ad8230556dc442fa8 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 13 Jan 2022 12:02:40 +0100 Subject: [PATCH] Update Tricot --- app/frontend/deploy/frontend-tricot.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/frontend/deploy/frontend-tricot.hcl b/app/frontend/deploy/frontend-tricot.hcl index d20ff40..ecd829c 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:27" + image = "lxpz/amd64_tricot:28" network_mode = "host" readonly_rootfs = true ports = [ "http_port", "https_port", "admin_port" ] @@ -52,7 +52,7 @@ job "frontend" { template { data = <