diff options
author | Alex Auvolat <alex@adnab.me> | 2023-03-06 14:39:07 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-03-06 14:39:12 +0100 |
commit | 6a287ffb57d95f4cc0d6a5c251bb982a4ffd5529 (patch) | |
tree | 7aa036b4f3a56bce25f628ba7266e6cd8a12acb7 /cluster | |
parent | 3eb5e21f9deb334b33c1b685ab1540096e36a0bc (diff) | |
download | nixcfg-6a287ffb57d95f4cc0d6a5c251bb982a4ffd5529.tar.gz nixcfg-6a287ffb57d95f4cc0d6a5c251bb982a4ffd5529.zip |
prod: garage v0.8.1
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/prod/app/garage/deploy/garage.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/garage/deploy/garage.hcl b/cluster/prod/app/garage/deploy/garage.hcl index 087e2fc..e660a92 100644 --- a/cluster/prod/app/garage/deploy/garage.hcl +++ b/cluster/prod/app/garage/deploy/garage.hcl @@ -27,7 +27,7 @@ job "garage" { driver = "docker" config { advertise_ipv6_address = true - image = "dxflrs/garage:v0.8-rc2" + image = "dxflrs/garage:v0.8.1" command = "/garage" args = [ "server" ] network_mode = "host" |