diff --git a/client/Dockerfiles/remote/hledger-suite/Dockerfile b/client/Dockerfiles/remote/hledger-suite/Dockerfile index 65b882c..abe0fb3 100644 --- a/client/Dockerfiles/remote/hledger-suite/Dockerfile +++ b/client/Dockerfiles/remote/hledger-suite/Dockerfile @@ -48,7 +48,7 @@ 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.43.1 +RUN git clone --depth=1 https://github.com/simonmichael/hledger -b 1.43.2 WORKDIR /usr/local/src/hledger RUN stack setup