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 a80c3de commit cc82a55Copy full SHA for cc82a55
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