Merge pull request #195 into master

0cb63af client: Dockerfiles: remote: hledger-suite: bump hledger to 1.43 (Aaron Fiore)
This commit was merged in pull request #195.
This commit is contained in:
2025-06-03 20:24:10 -07:00

View File

@@ -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.2
RUN git clone --depth=1 https://github.com/simonmichael/hledger -b 1.43
WORKDIR /usr/local/src/hledger
RUN stack setup
RUN stack install --resolver="nightly-2025-04-01" --install-ghc --local-bin-path=/usr/local/bin
RUN stack install --resolver="nightly-2025-05-01" --install-ghc --local-bin-path=/usr/local/bin
# vim: sw=2 sts=2 si ai et