diff options
Diffstat (limited to 'cluster/prod/app/garage/deploy/garage.hcl')
-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" |