diff options
author | Alex Auvolat <alex@adnab.me> | 2023-09-11 23:28:17 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-09-11 23:28:29 +0200 |
commit | f139238c1791e677e59b272d7fedf645ba3be811 (patch) | |
tree | 9445db02cb297d51afca5149156502144eaefa56 | |
parent | ba3e24c41e84728649fca8c75fb147a2367aa28c (diff) | |
download | nixcfg-f139238c1791e677e59b272d7fedf645ba3be811.tar.gz nixcfg-f139238c1791e677e59b272d7fedf645ba3be811.zip |
staging: update garage to 0.8.4
-rw-r--r-- | cluster/staging/app/garage/deploy/garage.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/staging/app/garage/deploy/garage.hcl b/cluster/staging/app/garage/deploy/garage.hcl index a75960f..15bce23 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=32ad4538eec9e844edab7e04e03dee9d594ec8fb", + "git+https://git.deuxfleurs.fr/Deuxfleurs/garage.git?ref=main&rev=143a349f55b0c652d407019c5850313b0c95ccbd", ] command = "garage" args = [ "server" ] |