Skip to content

Commit

Permalink
chore(docker): New node LTS.
Browse files Browse the repository at this point in the history
  • Loading branch information
gounthar committed Nov 25, 2023
1 parent 37c623f commit 0d586cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM jenkins/ssh-agent:5.20.0 as ssh-agent
ARG NODE_MAJOR=18
ARG NODE_MAJOR=20

# ca-certificates because curl will need it later on for the node installation
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl gnupg && \
Expand Down

0 comments on commit 0d586cf

Please sign in to comment.