diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-12-14 10:59:33 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-12-14 10:59:40 +0100 |
commit | 16168b916e116d992ab5d4dbb3d729412dc8cfcc (patch) | |
tree | c5df9aab892f176205ff7cf83a26e07777850c28 /cluster/prod/app/core | |
parent | 47e982b29d41e8b271100b9961b6766e96e009b1 (diff) | |
download | nixcfg-16168b916e116d992ab5d4dbb3d729412dc8cfcc.tar.gz nixcfg-16168b916e116d992ab5d4dbb3d729412dc8cfcc.zip |
tricot upgrade
Diffstat (limited to 'cluster/prod/app/core')
-rw-r--r-- | cluster/prod/app/core/deploy/tricot.hcl | 2 |
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" ] |