Upgrade tricot

This commit is contained in:
Quentin 2023-11-29 16:58:27 +01:00
parent c1d307d7a9
commit d14fc2516c
Signed by: quentin
GPG Key ID: E9602264D639FF68
2 changed files with 2 additions and 2 deletions

View File

@ -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" ]

View File

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