diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-15 11:18:04 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-15 11:18:04 +0100 |
commit | 85eb4d5b82a578bcbfe586a30ed258a1152578e1 (patch) | |
tree | ccf4d0dba510f67c0bdfa729427a291e651d6014 | |
parent | 59ce079a528aecce6bd022cc19a280546d01ba0b (diff) | |
download | infrastructure-85eb4d5b82a578bcbfe586a30ed258a1152578e1.tar.gz infrastructure-85eb4d5b82a578bcbfe586a30ed258a1152578e1.zip |
Revert garage to 0.5.0 temporarily to fix winscp bug
-rw-r--r-- | app/garage/deploy/garage.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/garage/deploy/garage.hcl b/app/garage/deploy/garage.hcl index 0e7b44e..adb9454 100644 --- a/app/garage/deploy/garage.hcl +++ b/app/garage/deploy/garage.hcl @@ -25,7 +25,7 @@ job "garage" { driver = "docker" config { advertise_ipv6_address = true - image = "dxflrs/amd64_garage:v0.5.0.1" + image = "dxflrs/amd64_garage:v0.5.0" command = "/garage" args = [ "server" ] network_mode = "host" |