aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-10-02 16:59:01 +0200
committerAlex Auvolat <alex@adnab.me>2023-10-02 16:59:01 +0200
commitc4f3dece14b548d9459119f117ffa3a2f0145f63 (patch)
tree67ebf1b7d85987bb519a987d97c879623e6de2f2 /cluster/prod/app
parent4e20eb43b3381d2e93422b709714fac212591bcf (diff)
downloadnixcfg-c4f3dece14b548d9459119f117ffa3a2f0145f63.tar.gz
nixcfg-c4f3dece14b548d9459119f117ffa3a2f0145f63.zip
update 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 24f4d01..fffe14d 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:50"
+ image = "lxpz/amd64_tricot:51"
network_mode = "host"
readonly_rootfs = true
ports = [ "http_port", "https_port" ]