From 5f1c28b80a45ba8f319c5249be78a4ff77325beb Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 13 Jan 2022 12:35:17 +0100 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 be81a0b..fae5cef 100644 --- a/app/frontend/deploy/frontend-tricot.hcl +++ b/app/frontend/deploy/frontend-tricot.hcl @@ -13,7 +13,7 @@ job "frontend" { driver = "docker" config { - image = "lxpz/amd64_tricot:28" + image = "lxpz/amd64_tricot:29" network_mode = "host" readonly_rootfs = true ports = [ "http_port", "https_port" ]