From d06b2cad96cf2e7f35cbd366351c82f55240c57c Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 21 Jan 2025 10:46:28 +0000 Subject: [PATCH] chore(deps): update dependency fava to v1.30 --- images/fava/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/fava/Dockerfile b/images/fava/Dockerfile index 7d918dc..66bb879 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.29 +ARG FAVA_VERSION=1.30 FROM node:22.13.0-slim AS node_build_env ARG FAVA_VERSION -- 2.45.3