This commit is contained in:
parent
a8c2f549e6
commit
f4f20ffc8a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ ENV NODE_VERSION 16.20.2
|
|||
|
||||
# install nvm
|
||||
# https://github.com/creationix/nvm#install-script
|
||||
RUN curl --silent -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.2/install.sh | bash
|
||||
RUN curl --silent -o- https://raw.githubusercontent.com/creationix/nvm/v0.39.5/install.sh | bash
|
||||
|
||||
# install node and npm
|
||||
RUN source $NVM_DIR/nvm.sh \
|
||||
|
|
Loading…
Reference in a new issue