Merge pull request #184 into master

5fbf811 client: Dockerfiles: remote: hledger-suite: bump hledger to 1.42 (Aaron Fiore)
This commit was merged in pull request #184.
This commit is contained in:
2025-03-07 20:06:43 -08:00

View File

@@ -1,6 +1,6 @@
# 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
# 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
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
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