From 1dafa487ad6aba65e16b6dd714f054d123304aa4 Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Mon, 29 Sep 2025 11:45:02 -0700 Subject: [PATCH] client: Dockerfiles: remote: hledger-suite: bump hledger to 1.50.2 --- client/Dockerfiles/remote/hledger-suite/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Dockerfiles/remote/hledger-suite/Dockerfile b/client/Dockerfiles/remote/hledger-suite/Dockerfile index 204bd28..6c57d49 100644 --- a/client/Dockerfiles/remote/hledger-suite/Dockerfile +++ b/client/Dockerfiles/remote/hledger-suite/Dockerfile @@ -52,7 +52,7 @@ RUN cabal v1-copy # WORKDIR /usr/local/src -RUN git clone --depth=1 https://github.com/simonmichael/hledger -b 1.50.1 +RUN git clone --depth=1 https://github.com/simonmichael/hledger -b 1.50.2 WORKDIR /usr/local/src/hledger RUN stack setup