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

Also update resolver for a successful build.
This commit is contained in:
2025-03-07 18:56:46 -08:00
parent 717767ab98
commit 5fbf811bda

View File

@@ -1,6 +1,6 @@
# docker-finance | modern accounting for the power-user # docker-finance | modern accounting for the power-user
# #
# Copyright (C) 2021-2024 Aaron Fiore (Founder, Evergreen Crypto LLC) # Copyright (C) 2021-2025 Aaron Fiore (Founder, Evergreen Crypto LLC)
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@@ -48,10 +48,10 @@ RUN stack install --resolver="lts-22.20" --install-ghc --local-bin-path=/usr/loc
# #
WORKDIR /usr/local/src WORKDIR /usr/local/src
RUN git clone --depth=1 https://github.com/simonmichael/hledger -b 1.41 RUN git clone --depth=1 https://github.com/simonmichael/hledger -b 1.42
WORKDIR /usr/local/src/hledger WORKDIR /usr/local/src/hledger
RUN stack setup RUN stack setup
RUN stack install --resolver="lts" --install-ghc --local-bin-path=/usr/local/bin RUN stack install --resolver="nightly-2025-03-01" --install-ghc --local-bin-path=/usr/local/bin
# vim: sw=2 sts=2 si ai et # vim: sw=2 sts=2 si ai et