From 74668a31b225235be5042824f69a3796bfae9db9 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 19 Feb 2024 12:46:22 +0100 Subject: [PATCH] staging: update garage to test release --- cluster/staging/app/garage/deploy/garage.hcl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cluster/staging/app/garage/deploy/garage.hcl b/cluster/staging/app/garage/deploy/garage.hcl index 5ba1b4a..f46d1a2 100644 --- a/cluster/staging/app/garage/deploy/garage.hcl +++ b/cluster/staging/app/garage/deploy/garage.hcl @@ -26,8 +26,7 @@ job "garage-staging" { packages = [ "#bash", # so that we can enter a shell inside container "#coreutils", - # garage v0.9.1-rc - "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=9cfeea389a1274d4d3c1f4b7072b0c056af410ef", + "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=eab54b37981073651712a15334b60b2c409f2576", ] command = "garage" args = [ "server" ]