From f362d5796524ed84533ace732f1f89f10f25474c Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 5 Nov 2021 11:41:16 +0100 Subject: [PATCH] Update garage to v0.4-rc2 --- app/garage/deploy/garage.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"