diff options
author | Alex Auvolat <alex@adnab.me> | 2022-01-13 12:35:17 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-01-13 12:35:17 +0100 |
commit | 5f1c28b80a45ba8f319c5249be78a4ff77325beb (patch) | |
tree | d80f5a22f13c9e3cee88a70da136bbe655f8070a /app/frontend | |
parent | 26a072654e1592dcae348f8138b967577b9f83b5 (diff) | |
download | nixcfg-5f1c28b80a45ba8f319c5249be78a4ff77325beb.tar.gz nixcfg-5f1c28b80a45ba8f319c5249be78a4ff77325beb.zip |
Update tricot
Diffstat (limited to 'app/frontend')
-rw-r--r-- | app/frontend/deploy/frontend-tricot.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/frontend/deploy/frontend-tricot.hcl b/app/frontend/deploy/frontend-tricot.hcl index be81a0b..fae5cef 100644 --- a/app/frontend/deploy/frontend-tricot.hcl +++ b/app/frontend/deploy/frontend-tricot.hcl @@ -13,7 +13,7 @@ job "frontend" { driver = "docker" config { - image = "lxpz/amd64_tricot:28" + image = "lxpz/amd64_tricot:29" network_mode = "host" readonly_rootfs = true ports = [ "http_port", "https_port" ] |