From 79d68c4aa36ea29b0c37307070548b30e5675c7b Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 4 May 2022 17:27:54 +0200 Subject: [PATCH] Update tricot --- app/frontend/deploy/frontend-tricot.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/frontend/deploy/frontend-tricot.hcl b/app/frontend/deploy/frontend-tricot.hcl index a609f29..65ad5e6 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:33" + image = "lxpz/amd64_tricot:37" network_mode = "host" readonly_rootfs = true ports = [ "http_port", "https_port", "admin_port" ]