diff --git a/client/Dockerfiles/remote/hledger-suite/Dockerfile b/client/Dockerfiles/remote/hledger-suite/Dockerfile index dd819e8..136e780 100644 --- a/client/Dockerfiles/remote/hledger-suite/Dockerfile +++ b/client/Dockerfiles/remote/hledger-suite/Dockerfile @@ -48,7 +48,7 @@ RUN stack install --resolver="lts" --install-ghc --local-bin-path=/usr/local/bin # WORKDIR /usr/local/src -RUN git clone --depth=1 https://github.com/simonmichael/hledger -b 1.40 +RUN git clone --depth=1 https://github.com/simonmichael/hledger -b 1.41 WORKDIR /usr/local/src/hledger RUN stack setup