client: Dockerfiles: remote: hledger-suite: bump hledger to 1.41

This commit is contained in:
2024-12-12 00:22:48 -08:00
parent bbd29ec13e
commit d0a9384648

View File

@@ -48,7 +48,7 @@ RUN stack install --resolver="lts" --install-ghc --local-bin-path=/usr/local/bin
#
WORKDIR /usr/local/src
RUN git clone --depth=1 https://github.com/simonmichael/hledger -b 1.40
RUN git clone --depth=1 https://github.com/simonmichael/hledger -b 1.41
WORKDIR /usr/local/src/hledger
RUN stack setup