Skip to content

Commit

Permalink
Update node build image to version 22.
Browse files Browse the repository at this point in the history
The min version was bumped from 20 to 22 in
beancount/fava@365cd5d
which is included in fava release since v1.29. I'm surprised the node16
image was able to build Fava up until v1.28.
  • Loading branch information
yegle committed Dec 29, 2024
1 parent 02f4e01 commit 7954dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BEANCOUNT_VERSION=2.3.6
ARG FAVA_VERSION=v1.30

ARG NODE_BUILD_IMAGE=16-bullseye
ARG NODE_BUILD_IMAGE=22-bullseye
FROM node:${NODE_BUILD_IMAGE} as node_build_env
ARG FAVA_VERSION

Expand Down

0 comments on commit 7954dd2

Please sign in to comment.