1
Fork 0

Compare commits

..

2 commits

Author SHA1 Message Date
492c08a4f7
Merge pull request 'chore(deps): update dependency fava to v1.29' (#81) from renovate/fava-1.x into master
Some checks failed
build/base Building image base
build/frp Building image frp
build/fluentd Building image fluentd
build/node-script Building image node-script
build/forgejo Building image forgejo
build/beancount-import Building image beancount-import
build/ruby-script Building image ruby-script
build/python-script Building image python-script
build/gotenberg Building image gotenberg
build/lua-clib Building image lua-clib
build/gitea Building images gitea-package, gitea-pr, gitea-status
build/rust-xwin Building image rust-xwin
build/fava Building image fava
Reviewed-on: #81
2024-11-20 14:31:50 +00:00
f37c76cdcb
chore(deps): update dependency fava to v1.29 2024-11-15 12:01:23 +00:00

View file

@ -1,7 +1,7 @@
# renovate: datasource=github-tags depName=beancount packageName=beancount/beancount # renovate: datasource=github-tags depName=beancount packageName=beancount/beancount
ARG BEANCOUNT_VERSION=2.3.6 ARG BEANCOUNT_VERSION=2.3.6
# renovate: datasource=github-tags depName=fava packageName=beancount/fava # 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 FROM node:22.11.0-slim AS node_build_env
ARG FAVA_VERSION ARG FAVA_VERSION