diff --git a/Dockerfile b/Dockerfile index f673c48..77bd75f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi && source ~/.bashrc \ && export NVM_DIR="$HOME/.nvm" && \. "$NVM_DIR/nvm.sh" \ && nvm install 16.20.2 \ - && nvm install 18.17.1 \ + && nvm install 18.18.2 \ && nvm install 14.21.3 # for loading profile, to make nvm available for sh