From 16168b916e116d992ab5d4dbb3d729412dc8cfcc Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 14 Dec 2023 10:59:33 +0100 Subject: [PATCH] tricot upgrade --- cluster/prod/app/core/deploy/tricot.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/prod/app/core/deploy/tricot.hcl b/cluster/prod/app/core/deploy/tricot.hcl index fc8b840..ca1cd3f 100644 --- a/cluster/prod/app/core/deploy/tricot.hcl +++ b/cluster/prod/app/core/deploy/tricot.hcl @@ -28,7 +28,7 @@ job "core-tricot" { driver = "docker" config { - image = "superboum/amd64_tricot:53" + image = "superboum/amd64_tricot:54" network_mode = "host" readonly_rootfs = true ports = [ "http_port", "https_port" ]