Update tricot

This commit is contained in:
Alex 2021-12-14 11:42:43 +01:00
parent 582882286e
commit 59ce079a52
No known key found for this signature in database
GPG key ID: EDABF9711E244EB1
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ job "frontend" {
driver = "docker" driver = "docker"
config { config {
image = "lxpz/amd64_tricot:24" image = "lxpz/amd64_tricot:25"
network_mode = "host" network_mode = "host"
readonly_rootfs = true readonly_rootfs = true
ports = [ "http_port", "https_port", "admin_port" ] ports = [ "http_port", "https_port", "admin_port" ]

View file

@ -14,7 +14,7 @@ job "frontend" {
driver = "docker" driver = "docker"
config { config {
image = "lxpz/amd64_tricot:24" image = "lxpz/amd64_tricot:25"
network_mode = "host" network_mode = "host"
readonly_rootfs = true readonly_rootfs = true
ports = [ "http_port", "https_port", "admin_port" ] ports = [ "http_port", "https_port", "admin_port" ]