aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-11-29 16:58:27 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-11-29 16:58:37 +0100
commitd14fc2516cf9646147da7c77c024bd552acc3067 (patch)
tree4fd22c2c92133dcc36e40e2f5e0efe5c8531d202 /cluster/prod/app
parentc1d307d7a97cf2f7f2ccaa1836417561c4eadb08 (diff)
downloadnixcfg-d14fc2516cf9646147da7c77c024bd552acc3067.tar.gz
nixcfg-d14fc2516cf9646147da7c77c024bd552acc3067.zip
Upgrade tricot
Diffstat (limited to 'cluster/prod/app')
-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 fffe14d..b7e0682 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 = "lxpz/amd64_tricot:51"
+ image = "superboum/amd64_tricot:52"
network_mode = "host"
readonly_rootfs = true
ports = [ "http_port", "https_port" ]