We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fafa70a commit 93a653cCopy full SHA for 93a653c
dockerfiles/node/Dockerfile
@@ -1,5 +1,5 @@
1
FROM jenkins/ssh-agent:6.1.0 as ssh-agent
2
-ARG NODE_MAJOR=20
+ARG NODE_MAJOR=22
3
4
# ca-certificates because curl uses certificates from ca-certificates
5
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl gnupg && \
0 commit comments