From 6a287ffb57d95f4cc0d6a5c251bb982a4ffd5529 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 6 Mar 2023 14:39:07 +0100 Subject: [PATCH] prod: garage v0.8.1 --- cluster/prod/app/garage/deploy/garage.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/prod/app/garage/deploy/garage.hcl b/cluster/prod/app/garage/deploy/garage.hcl index 087e2fc..e660a92 100644 --- a/cluster/prod/app/garage/deploy/garage.hcl +++ b/cluster/prod/app/garage/deploy/garage.hcl @@ -27,7 +27,7 @@ job "garage" { driver = "docker" config { advertise_ipv6_address = true - image = "dxflrs/garage:v0.8-rc2" + image = "dxflrs/garage:v0.8.1" command = "/garage" args = [ "server" ] network_mode = "host"