From 1c41745f44ebefeda308785ae63758af61f3a782 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sun, 25 Aug 2024 07:00:14 +0000 Subject: [PATCH] Update dependency beancount to v3 --- images/fava/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/fava/Dockerfile b/images/fava/Dockerfile index 95f8145..614ecfa 100644 --- a/images/fava/Dockerfile +++ b/images/fava/Dockerfile @@ -1,5 +1,5 @@ # renovate: datasource=github-tags depName=beancount packageName=beancount/beancount -ARG BEANCOUNT_VERSION=2.3.6 +ARG BEANCOUNT_VERSION=3.0.0 # renovate: datasource=github-tags depName=fava packageName=beancount/fava ARG FAVA_VERSION=1.27.3