Merge pull request #324 into master
All checks were successful
docker-finance / all (push) Successful in 33m41s

8c830668 client: Dockerfiles: remote: hledger-suite: bump hledger-flow to v0.16.3 (Aaron Fiore)
This commit was merged in pull request #324.
This commit is contained in:
2026-03-16 11:57:50 -07:00

View File

@@ -27,7 +27,7 @@ RUN apt-get upgrade -y
FROM haskell-build AS hledger-flow
WORKDIR /usr/local/src
RUN git clone --depth=1 https://github.com/apauley/hledger-flow -b v0.16.2
RUN git clone --depth=1 https://github.com/apauley/hledger-flow -b v0.16.3
WORKDIR /usr/local/src/hledger-flow
RUN stack setup