From 1f15d29eabc1c114537690332fda924e9aba6af4 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 4 May 2021 13:27:52 +0200 Subject: [PATCH] Update garage to v0.2.1.6 --- 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 33cbc50..705d5b4 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 = "lxpz/garage_amd64:v0.2.1.5" + image = "lxpz/garage_amd64:v0.2.1.6" network_mode = "host" volumes = [ "/mnt/storage/garage/data:/garage/data",