From ed76b516c4074e51635b5b4b5867515a85ecf4b9 Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Tue, 27 May 2025 13:10:50 -0700 Subject: [PATCH] client: Dockerfiles: remote: hledger-suite: bump hledger to 1.42.2 --- client/Dockerfiles/remote/hledger-suite/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/Dockerfiles/remote/hledger-suite/Dockerfile b/client/Dockerfiles/remote/hledger-suite/Dockerfile index 058e8cb..d23edac 100644 --- a/client/Dockerfiles/remote/hledger-suite/Dockerfile +++ b/client/Dockerfiles/remote/hledger-suite/Dockerfile @@ -48,10 +48,10 @@ 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.42.1 +RUN git clone --depth=1 https://github.com/simonmichael/hledger -b 1.42.2 WORKDIR /usr/local/src/hledger RUN stack setup -RUN stack install --resolver="nightly-2025-03-01" --install-ghc --local-bin-path=/usr/local/bin +RUN stack install --resolver="nightly-2025-04-01" --install-ghc --local-bin-path=/usr/local/bin # vim: sw=2 sts=2 si ai et