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