diff options
author | Alex Auvolat <alex@adnab.me> | 2022-01-27 14:51:09 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-01-27 14:51:09 +0100 |
commit | cce5cd17f5429295eb2165480ca941dd3f49b788 (patch) | |
tree | ec5d39a91f23df8c0177817308fbcb12f426c6c6 /app/frontend | |
parent | 2fd02c9f3dac01182205a9f47454c58fb8f7060f (diff) | |
download | nixcfg-cce5cd17f5429295eb2165480ca941dd3f49b788.tar.gz nixcfg-cce5cd17f5429295eb2165480ca941dd3f49b788.zip |
Remove spoutnik for now, and update garage to 0.6.0-rc1
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 6b7b84b..07ada75 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:33" + image = "lxpz/amd64_tricot:34" network_mode = "host" readonly_rootfs = true ports = [ "http_port", "https_port" ] |