aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/frontend/deploy/frontend-tricot-neptune.hcl2
-rw-r--r--app/frontend/deploy/frontend-tricot.hcl2
2 files changed, 2 insertions, 2 deletions
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" ]