We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977563e commit 3f4c14bCopy full SHA for 3f4c14b
README.md
@@ -150,7 +150,7 @@ RUN touch "${BASH_ENV}"
150
RUN echo '. "${BASH_ENV}"' >> ~/.bashrc
151
152
# Download and install nvm
153
-RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | PROFILE="${BASH_ENV}" bash
+RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | PROFILE="${BASH_ENV}" bash
154
RUN echo node > .nvmrc
155
RUN nvm install
156
```
0 commit comments