Tricot 19

This commit is contained in:
Alex 2021-12-09 12:24:18 +01:00
parent 854da5b984
commit 783894b60d
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"
config {
image = "lxpz/amd64_tricot:17"
image = "lxpz/amd64_tricot:19"
network_mode = "host"
readonly_rootfs = true
ports = [ "http_port", "https_port", "admin_port" ]

View File

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