From ff13616887d74bfa473432b68e5d576c0ff3c532 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 19 May 2023 12:53:10 +0200 Subject: [PATCH] staging: dev garage with fixed k2v double-urlencoding --- cluster/staging/app/garage/deploy/garage.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/staging/app/garage/deploy/garage.hcl b/cluster/staging/app/garage/deploy/garage.hcl index 1fc969b..b7291cd 100644 --- a/cluster/staging/app/garage/deploy/garage.hcl +++ b/cluster/staging/app/garage/deploy/garage.hcl @@ -26,7 +26,7 @@ job "garage-staging" { packages = [ "#bash", # so that we can enter a shell inside container "#coreutils", - "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=0d0906b066eb76111f3b427dce1c50eac083366c", + "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=03efc191c1697140d24c431e88bd4964c77823e5", ] command = "garage" args = [ "server" ]