Skip to content

Commit 17e6bca

Browse files
committed
chore: Use latest NodeJS LTS release
BREAKING CHANGE: Use NodeJS 22 on default
1 parent 212caad commit 17e6bca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ ARG GCR_TOOLS_VERSION="0.20.6"
2424
# renovate: datasource=github-tags depName=kubernetes/kubernetes extractVersion=^v(?<version>.*)$
2525
ARG KUBECTL_VERSION="1.34.1"
2626

27-
# TODO: Use renovate to extract
28-
ARG NODE_MAJOR_VERSION="20"
27+
# renovate: datasource=docker depName=node
28+
ARG NODE_MAJOR_VERSION="24"
2929

3030
# renovate: datasource=github-tags depName=nvm-sh/nvm
3131
ARG NVM_VERSION="0.40.3"

0 commit comments

Comments
 (0)