diff options
Diffstat (limited to 'cluster/staging')
-rw-r--r-- | cluster/staging/app/garage/deploy/garage.hcl | 3 |
1 files changed, 1 insertions, 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" ] |