From 8a969c9877c35f0dbd963cc19c7176e4b0364aae Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Thu, 5 Jun 2025 18:35:16 -0700 Subject: [PATCH] client: Dockerfiles: remote: hledger-suite: bump hledger to 1.43.1 --- client/Dockerfiles/remote/hledger-suite/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Dockerfiles/remote/hledger-suite/Dockerfile b/client/Dockerfiles/remote/hledger-suite/Dockerfile index 74e1304..65b882c 100644 --- a/client/Dockerfiles/remote/hledger-suite/Dockerfile +++ b/client/Dockerfiles/remote/hledger-suite/Dockerfile @@ -48,7 +48,7 @@ RUN stack install --resolver="lts-22.20" --install-ghc --local-bin-path=/usr/loc # WORKDIR /usr/local/src -RUN git clone --depth=1 https://github.com/simonmichael/hledger -b 1.43 +RUN git clone --depth=1 https://github.com/simonmichael/hledger -b 1.43.1 WORKDIR /usr/local/src/hledger RUN stack setup