aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-05-10 16:40:17 +0200
committerAlex Auvolat <alex@adnab.me>2022-05-10 16:40:17 +0200
commite657ebd0a017acc73adba35994e0548f097bfc25 (patch)
treea833ccd987fed64765a3679d9745c704f2ccd1b3 /app
parent52f14f9da2236caf999094d666f3fdb9211bdff0 (diff)
downloadnixcfg-e657ebd0a017acc73adba35994e0548f097bfc25.tar.gz
nixcfg-e657ebd0a017acc73adba35994e0548f097bfc25.zip
Tricot 41
Diffstat (limited to 'app')
-rw-r--r--app/frontend/deploy/frontend-tricot-prod.hcl2
-rw-r--r--app/frontend/deploy/frontend-tricot.hcl2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/frontend/deploy/frontend-tricot-prod.hcl b/app/frontend/deploy/frontend-tricot-prod.hcl
index 697549f..7e1470a 100644
--- a/app/frontend/deploy/frontend-tricot-prod.hcl
+++ b/app/frontend/deploy/frontend-tricot-prod.hcl
@@ -19,7 +19,7 @@ job "frontend" {
driver = "docker"
config {
- image = "lxpz/amd64_tricot:39"
+ image = "lxpz/amd64_tricot:41"
network_mode = "host"
readonly_rootfs = true
ports = [ "http_port", "https_port" ]
diff --git a/app/frontend/deploy/frontend-tricot.hcl b/app/frontend/deploy/frontend-tricot.hcl
index 7b9d81a..745e77c 100644
--- a/app/frontend/deploy/frontend-tricot.hcl
+++ b/app/frontend/deploy/frontend-tricot.hcl
@@ -18,7 +18,7 @@ job "frontend" {
driver = "docker"
config {
- image = "lxpz/amd64_tricot:37"
+ image = "lxpz/amd64_tricot:41"
network_mode = "host"
readonly_rootfs = true
ports = [ "http_port", "https_port" ]