From f5369fc38cdc9fd25ae021674b5a0d0912c4d1cf Mon Sep 17 00:00:00 2001 From: Renovate Date: Sun, 25 Aug 2024 07:00:13 +0000 Subject: [PATCH] Update dependency fava to v1.28 --- images/fava/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/fava/Dockerfile b/images/fava/Dockerfile index 95f8145..472f187 100644 --- a/images/fava/Dockerfile +++ b/images/fava/Dockerfile @@ -1,7 +1,7 @@ # renovate: datasource=github-tags depName=beancount packageName=beancount/beancount ARG BEANCOUNT_VERSION=2.3.6 # renovate: datasource=github-tags depName=fava packageName=beancount/fava -ARG FAVA_VERSION=1.27.3 +ARG FAVA_VERSION=1.28 FROM node:20.17.0-slim AS node_build_env ARG FAVA_VERSION -- 2.45.3