From a49936ad16a9243caebb84f647d78cf4251e78cf Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 09:17:17 +0000 Subject: [PATCH] chore: [node-agent] Bump node version in dockerfiles/maven/Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- dockerfiles/node/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/node/Dockerfile b/dockerfiles/node/Dockerfile index c16f3f0c..80448c68 100644 --- a/dockerfiles/node/Dockerfile +++ b/dockerfiles/node/Dockerfile @@ -1,5 +1,5 @@ FROM jenkins/ssh-agent:7.2.0-jdk21 as ssh-agent -ARG NODE_MAJOR=22 +ARG NODE_MAJOR=24 # ca-certificates because curl uses certificates from ca-certificates RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl gnupg && \