aboutsummaryrefslogtreecommitdiff
path: root/app/garage/deploy/garage.hcl
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-03-28 10:59:24 +0200
committerAlex Auvolat <alex@adnab.me>2022-03-28 10:59:24 +0200
commit0e6aa95754204a5b2586c8d23c4e9689e8b3c36e (patch)
treef0d104f0404c331fbdc7383de131d62e0c6fd10b /app/garage/deploy/garage.hcl
parent306974a16330d71759548d09dccc3d5ab1189e91 (diff)
downloadinfrastructure-0e6aa95754204a5b2586c8d23c4e9689e8b3c36e.tar.gz
infrastructure-0e6aa95754204a5b2586c8d23c4e9689e8b3c36e.zip
Update Garage to 0.7.0-rc1
Diffstat (limited to 'app/garage/deploy/garage.hcl')
-rw-r--r--app/garage/deploy/garage.hcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/garage/deploy/garage.hcl b/app/garage/deploy/garage.hcl
index 8163c2c..e03c423 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:d2c54abf8afb0703a4eaa69ea2847879c7edc5a1"
+ image = "dxflrs/amd64_garage:v0.7.0-rc1"
command = "/garage"
args = [ "server" ]
network_mode = "host"