diff --git a/client/Dockerfiles/remote/hledger-suite/Dockerfile b/client/Dockerfiles/remote/hledger-suite/Dockerfile index 0fa1022..cf02d5a 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.3 +RUN git clone --depth=1 https://github.com/simonmichael/hledger -b 1.51.1 WORKDIR /usr/local/src/hledger RUN stack setup