diff options
author | Armaël Guéneau <armael.gueneau@ens-lyon.org> | 2024-11-09 23:28:57 +0100 |
---|---|---|
committer | Armaël Guéneau <armael.gueneau@ens-lyon.org> | 2024-11-09 23:28:57 +0100 |
commit | fe7725b49ec55e170967ba74a488422bb8a1b243 (patch) | |
tree | 63a65e3a056c56ad49a6df7dddabd65877e14fe3 | |
parent | b279f1e0db4fd2529bc325a790a13746ad2aec34 (diff) | |
download | nixcfg-fe7725b49ec55e170967ba74a488422bb8a1b243.tar.gz nixcfg-fe7725b49ec55e170967ba74a488422bb8a1b243.zip |
prod: tricot (build musl)
-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 f4dd83d..2131b11 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:54" + image = "armael/tricot:n6dk1b5xrdww12zf12jbcmihqs6g1brz" network_mode = "host" readonly_rootfs = true ports = [ "http_port", "https_port" ] |