aboutsummaryrefslogtreecommitdiff
path: root/app/frontend/deploy
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-12-08 23:48:08 +0100
committerAlex Auvolat <alex@adnab.me>2021-12-08 23:48:08 +0100
commit2d2e7bb5c665fe93fcbb8a980b5fa047b04b8ec0 (patch)
treefc1d12a54ad6874b6454a6ed48d7c9a28e16035b /app/frontend/deploy
parentea55c9b12b9540418586305204843a256a29fdf5 (diff)
downloadinfrastructure-2d2e7bb5c665fe93fcbb8a980b5fa047b04b8ec0.tar.gz
infrastructure-2d2e7bb5c665fe93fcbb8a980b5fa047b04b8ec0.zip
fix tricot
Diffstat (limited to 'app/frontend/deploy')
-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 59b13c5..bd9d6d3 100644
--- a/app/frontend/deploy/frontend-tricot.hcl
+++ b/app/frontend/deploy/frontend-tricot.hcl
@@ -25,7 +25,7 @@ job "frontend" {
driver = "docker"
config {
- image = "lxpz/amd64_tricot:9"
+ image = "lxpz/amd64_tricot:17"
network_mode = "host"
readonly_rootfs = true
ports = [ "http_port", "https_port", "admin_port" ]