Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 9b89113

Browse files
Update dependency nodejs/node to v22.21.0 (#57)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 06eb1d7 commit 9b89113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ COPY --from=build /etc/apt/sources.list.d/ /etc/apt/sources.list.d
4545
# Install NodeJS
4646

4747
# renovate: datasource=github-tags depName=nodejs/node extractVersion=^v(?<version>.*)$
48-
ENV NODE_VERSION=22.20.0
48+
ENV NODE_VERSION=22.21.0
4949

5050
RUN apt-get update -y && \
5151
# Install NodeJs

0 commit comments

Comments
 (0)