diff options
author | Alex Auvolat <alex@adnab.me> | 2023-01-03 21:14:02 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-01-03 21:14:02 +0100 |
commit | 64785600876ca2598763312d8d381ef3b5632891 (patch) | |
tree | 489f990fd69dbe9eee84ce5f594db2e27273b37a /cluster/prod/app/core | |
parent | fe805b6bab6336554b62b997c3cf6fa7344ac08d (diff) | |
download | nixcfg-64785600876ca2598763312d8d381ef3b5632891.tar.gz nixcfg-64785600876ca2598763312d8d381ef3b5632891.zip |
prod: update tricot
Diffstat (limited to 'cluster/prod/app/core')
-rw-r--r-- | cluster/prod/app/core/deploy/core.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/core/deploy/core.hcl b/cluster/prod/app/core/deploy/core.hcl index 1d25531..5a28e2e 100644 --- a/cluster/prod/app/core/deploy/core.hcl +++ b/cluster/prod/app/core/deploy/core.hcl @@ -82,7 +82,7 @@ EOH driver = "docker" config { - image = "lxpz/amd64_tricot:46" + image = "lxpz/amd64_tricot:47" network_mode = "host" readonly_rootfs = true ports = [ "http_port", "https_port" ] |