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

This commit is contained in:
2025-11-18 17:18:36 -08:00
parent e8e3aa11fa
commit 31cc320298

View File

@@ -52,11 +52,11 @@ RUN cabal v1-copy
# #
WORKDIR /usr/local/src WORKDIR /usr/local/src
RUN git clone --depth=1 https://github.com/simonmichael/hledger -b 1.50.2 RUN git clone --depth=1 https://github.com/simonmichael/hledger -b 1.50.3
WORKDIR /usr/local/src/hledger WORKDIR /usr/local/src/hledger
RUN stack setup RUN stack setup
RUN stack install --stack-yaml=stack912.yaml --dependencies-only RUN stack install --stack-yaml=stack.yaml --dependencies-only
RUN stack install --stack-yaml=stack912.yaml --local-bin-path=/usr/local/bin RUN stack install --stack-yaml=stack.yaml --local-bin-path=/usr/local/bin
# vim: sw=2 sts=2 si ai et # vim: sw=2 sts=2 si ai et