Skip to content

Commit

Permalink
chore:bump version of node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
svor committed Nov 1, 2024
1 parent 45b9952 commit 9d14999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion universal/ubi8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ENV PATH="/home/tooling/.local/share/coursier/bin:$PATH"
# NodeJS
RUN mkdir -p /home/tooling/.nvm/
ENV NVM_DIR="/home/tooling/.nvm"
ENV NODEJS_20_VERSION=20.7.0
ENV NODEJS_20_VERSION=20.18.0
ENV NODEJS_18_VERSION=18.19.1
ENV NODEJS_DEFAULT_VERSION=${NODEJS_18_VERSION}
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | PROFILE=/dev/null bash
Expand Down

0 comments on commit 9d14999

Please sign in to comment.