From f37c76cdcb0475ae532e9b9b999babc075d71e92 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 15 Nov 2024 12:01:23 +0000 Subject: [PATCH] chore(deps): update dependency fava to v1.29 --- images/fava/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/fava/Dockerfile b/images/fava/Dockerfile index bf2db32..5b75ae8 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.28 +ARG FAVA_VERSION=1.29 FROM node:22.11.0-slim AS node_build_env ARG FAVA_VERSION