aboutsummaryrefslogtreecommitdiff
path: root/app/frontend
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-01-27 14:51:09 +0100
committerAlex Auvolat <alex@adnab.me>2022-01-27 14:51:09 +0100
commitcce5cd17f5429295eb2165480ca941dd3f49b788 (patch)
treeec5d39a91f23df8c0177817308fbcb12f426c6c6 /app/frontend
parent2fd02c9f3dac01182205a9f47454c58fb8f7060f (diff)
downloadnixcfg-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.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 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" ]