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

Commit b75d16a

Browse files
Update dependency nodejs/node to v22.21.1
1 parent 201cd41 commit b75d16a

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.21.0
48+
ENV NODE_VERSION=22.21.1
4949

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

0 commit comments

Comments
 (0)