diff --git a/app/frontend/deploy/frontend-tricot-neptune.hcl b/app/frontend/deploy/frontend-tricot-neptune.hcl index f93c1b9..d36cce7 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:24" + image = "lxpz/amd64_tricot:25" 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 867720b..3f55712 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:24" + image = "lxpz/amd64_tricot:25" network_mode = "host" readonly_rootfs = true ports = [ "http_port", "https_port", "admin_port" ]