From 31cc320298d64c4ccb8b2fb76b56c8c287c3ebaa Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Tue, 18 Nov 2025 17:18:36 -0800 Subject: [PATCH] client: Dockerfiles: remote: hledger-suite: bump hledger to 1.50.3 --- client/Dockerfiles/remote/hledger-suite/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/Dockerfiles/remote/hledger-suite/Dockerfile b/client/Dockerfiles/remote/hledger-suite/Dockerfile index 6c57d49..0fa1022 100644 --- a/client/Dockerfiles/remote/hledger-suite/Dockerfile +++ b/client/Dockerfiles/remote/hledger-suite/Dockerfile @@ -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