From 69f063e4068414eadc6421f9e269e07ce1cad1d5 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 8 Jul 2021 11:07:45 +0200 Subject: [PATCH] Update garage to handle ed25519 keys for TLS --- 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 c3d730e..f1722ac 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.3.0" + image = "lxpz/garage_amd64:v0.3.0.1" network_mode = "host" volumes = [ "/mnt/storage/garage/data:/garage/data",