màj tricot

This commit is contained in:
Alex 2023-08-27 18:07:30 +02:00
parent ecb4cabcf0
commit 7dd8153653
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ job "core-tricot" {
driver = "docker"
config {
image = "superboum/amd64_tricot:49"
image = "lxpz/amd64_tricot:50"
network_mode = "host"
readonly_rootfs = true
ports = [ "http_port", "https_port" ]

View file

@ -25,7 +25,7 @@ job "core-tricot" {
config {
packages = [
"git+https://git.deuxfleurs.fr/Deuxfleurs/tricot.git?ref=main&rev=3999723308da10e564c4634997c6ecf63f2839d4"
"git+https://git.deuxfleurs.fr/Deuxfleurs/tricot.git?ref=main&rev=30ce3a97c976048daa659409ec36798ddc07b194"
]
command = "tricot"
# cap_add = [ "net_bind_service" ] # this doesn't work for whatever reason, so we need to put user = "root" instead