Merge pull request #242 into master

31cc3202 client: Dockerfiles: remote: hledger-suite: bump hledger to 1.50.3 (Aaron Fiore)
This commit was merged in pull request #242.
This commit is contained in:
2025-11-18 19:20:34 -08:00

View File

@@ -52,11 +52,11 @@ RUN cabal v1-copy
#
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
RUN stack setup
RUN stack install --stack-yaml=stack912.yaml --dependencies-only
RUN stack install --stack-yaml=stack912.yaml --local-bin-path=/usr/local/bin
RUN stack install --stack-yaml=stack.yaml --dependencies-only
RUN stack install --stack-yaml=stack.yaml --local-bin-path=/usr/local/bin
# vim: sw=2 sts=2 si ai et