diff --git a/app/frontend/deploy/frontend-tricot-neptune.hcl b/app/frontend/deploy/frontend-tricot-neptune.hcl index 903a0ed..c8d3cb1 100644 --- a/app/frontend/deploy/frontend-tricot-neptune.hcl +++ b/app/frontend/deploy/frontend-tricot-neptune.hcl @@ -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" ] diff --git a/app/frontend/deploy/frontend-tricot.hcl b/app/frontend/deploy/frontend-tricot.hcl index cf66621..bcca05d 100644 --- a/app/frontend/deploy/frontend-tricot.hcl +++ b/app/frontend/deploy/frontend-tricot.hcl @@ -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" ]