aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-12-14 10:59:33 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-12-14 10:59:40 +0100
commit16168b916e116d992ab5d4dbb3d729412dc8cfcc (patch)
treec5df9aab892f176205ff7cf83a26e07777850c28
parent47e982b29d41e8b271100b9961b6766e96e009b1 (diff)
downloadnixcfg-16168b916e116d992ab5d4dbb3d729412dc8cfcc.tar.gz
nixcfg-16168b916e116d992ab5d4dbb3d729412dc8cfcc.zip
tricot upgrade
-rw-r--r--cluster/prod/app/core/deploy/tricot.hcl2
1 files changed, 1 insertions, 1 deletions
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" ]