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"