From 8c830668265799888269f6b45aa53d470ab0c51c Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Mon, 16 Mar 2026 10:21:45 -0700 Subject: [PATCH] client: Dockerfiles: remote: hledger-suite: bump hledger-flow to v0.16.3 --- 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 51577b8..67fc818 100644 --- a/client/Dockerfiles/remote/hledger-suite/Dockerfile +++ b/client/Dockerfiles/remote/hledger-suite/Dockerfile @@ -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