From 21fcc4d7f0ee79beeec95ab3f01f8585fd5460c1 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:53:01 +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 a7d4034a..7d103e68 100644 --- a/dockerfiles/node/Dockerfile +++ b/dockerfiles/node/Dockerfile @@ -1,5 +1,5 @@ FROM jenkins/ssh-agent:6.1.0 as ssh-agent -ARG NODE_MAJOR=20 +ARG NODE_MAJOR=22 # ca-certificates because curl uses certificates from ca-certificates RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl gnupg && \