diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-14 11:42:43 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-14 11:43:18 +0100 |
commit | 59ce079a528aecce6bd022cc19a280546d01ba0b (patch) | |
tree | 8b479f149628b0ea2a5c4b442720ea4dee1818e1 /app/frontend | |
parent | 582882286e7cf337ea3d8819ea92aaf0fa0ec374 (diff) | |
download | infrastructure-59ce079a528aecce6bd022cc19a280546d01ba0b.tar.gz infrastructure-59ce079a528aecce6bd022cc19a280546d01ba0b.zip |
Update tricot
Diffstat (limited to 'app/frontend')
-rw-r--r-- | app/frontend/deploy/frontend-tricot-neptune.hcl | 2 | ||||
-rw-r--r-- | app/frontend/deploy/frontend-tricot.hcl | 2 |
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" ] |