forked from Deuxfleurs/nixcfg
Tricot 41
This commit is contained in:
parent
52f14f9da2
commit
e657ebd0a0
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ job "frontend" {
|
|||
driver = "docker"
|
||||
|
||||
config {
|
||||
image = "lxpz/amd64_tricot:39"
|
||||
image = "lxpz/amd64_tricot:41"
|
||||
network_mode = "host"
|
||||
readonly_rootfs = true
|
||||
ports = [ "http_port", "https_port" ]
|
||||
|
|
|
@ -18,7 +18,7 @@ job "frontend" {
|
|||
driver = "docker"
|
||||
|
||||
config {
|
||||
image = "lxpz/amd64_tricot:37"
|
||||
image = "lxpz/amd64_tricot:41"
|
||||
network_mode = "host"
|
||||
readonly_rootfs = true
|
||||
ports = [ "http_port", "https_port" ]
|
||||
|
|
Loading…
Reference in a new issue