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