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