From 5baf3359e6193e528776571ca6e0fb67aa10ff51 Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Mon, 16 Jun 2025 16:10:07 -0700 Subject: [PATCH] client: Dockerfiles: remote: hledger-suite: bump hledger to 1.43.2 --- 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 65b882c..abe0fb3 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.1 +RUN git clone --depth=1 https://github.com/simonmichael/hledger -b 1.43.2 WORKDIR /usr/local/src/hledger RUN stack setup