diff options
author | Alex Auvolat <alex@adnab.me> | 2021-11-05 11:41:16 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-11-05 11:41:16 +0100 |
commit | f362d5796524ed84533ace732f1f89f10f25474c (patch) | |
tree | 1aef4ab6be72954bb52210f5716f2629904c1dcf /app | |
parent | 2734f79c0d09e4f7988a03345153261a3d200a62 (diff) | |
download | infrastructure-f362d5796524ed84533ace732f1f89f10f25474c.tar.gz infrastructure-f362d5796524ed84533ace732f1f89f10f25474c.zip |
Update garage to v0.4-rc2
Diffstat (limited to 'app')
-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 f9114ec..758be72 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:6f13d083ab188060d2a2dc5f619070a445fe61ba" + image = "dxflrs/amd64_garage:v0.4-rc2" command = "/garage" args = [ "server" ] network_mode = "host" |