diff --git a/app/frontend/deploy/frontend-tricot.hcl b/app/frontend/deploy/frontend-tricot.hcl index be81a0b..fae5cef 100644 --- a/app/frontend/deploy/frontend-tricot.hcl +++ b/app/frontend/deploy/frontend-tricot.hcl @@ -13,7 +13,7 @@ job "frontend" { driver = "docker" config { - image = "lxpz/amd64_tricot:28" + image = "lxpz/amd64_tricot:29" network_mode = "host" readonly_rootfs = true ports = [ "http_port", "https_port" ]