aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-05-04 17:27:54 +0200
committerAlex Auvolat <alex@adnab.me>2022-05-04 17:27:54 +0200
commit79d68c4aa36ea29b0c37307070548b30e5675c7b (patch)
tree549317a4db2b31a622254743d5b2cc9e8ae03153
parent4cb1dbe6637ba3d0908c9f78f316606a9bf864e3 (diff)
downloadinfrastructure-79d68c4aa36ea29b0c37307070548b30e5675c7b.tar.gz
infrastructure-79d68c4aa36ea29b0c37307070548b30e5675c7b.zip
Update tricot
-rw-r--r--app/frontend/deploy/frontend-tricot.hcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/frontend/deploy/frontend-tricot.hcl b/app/frontend/deploy/frontend-tricot.hcl
index a609f29..65ad5e6 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:33"
+ image = "lxpz/amd64_tricot:37"
network_mode = "host"
readonly_rootfs = true
ports = [ "http_port", "https_port", "admin_port" ]