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 58ebaf5..b6ea7f6 100644 --- a/cluster/prod/app/garage/deploy/garage.hcl +++ b/cluster/prod/app/garage/deploy/garage.hcl @@ -26,7 +26,7 @@ job "garage" { task "server" { driver = "docker" config { - image = "dxflrs/garage:v1.0.0-rc1" + image = "superboum/garage:v1.0.0-rc1-hotfix-red-ftr-wquorum" command = "/garage" args = [ "server" ] network_mode = "host" |