From 44d3d6d19c30950dc9f5451e34fdbd1845fc7f76 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 4 May 2022 14:50:11 +0200 Subject: [PATCH] Tricot 37 on staging --- 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 e7e1106..132fab5 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:36" + image = "lxpz/amd64_tricot:37" network_mode = "host" readonly_rootfs = true ports = [ "http_port", "https_port" ]