From 64785600876ca2598763312d8d381ef3b5632891 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 3 Jan 2023 21:14:02 +0100 Subject: [PATCH] prod: update tricot --- cluster/prod/app/core/deploy/core.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/prod/app/core/deploy/core.hcl b/cluster/prod/app/core/deploy/core.hcl index 1d25531..5a28e2e 100644 --- a/cluster/prod/app/core/deploy/core.hcl +++ b/cluster/prod/app/core/deploy/core.hcl @@ -82,7 +82,7 @@ EOH driver = "docker" config { - image = "lxpz/amd64_tricot:46" + image = "lxpz/amd64_tricot:47" network_mode = "host" readonly_rootfs = true ports = [ "http_port", "https_port" ]