diff --git a/Dockerfile b/Dockerfile index 2c1bf21..1b666cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.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 RUN source $NVM_DIR/nvm.sh \