[readme] update installation by docker to v0.40.3

This commit is contained in:
Wei Zhang 2025-06-06 17:13:54 +08:00 committed by Jordan Harband
parent 977563e97d
commit 3f4c14b443
No known key found for this signature in database
GPG Key ID: 9F6A681E35EF8B56

View File

@ -150,7 +150,7 @@ RUN touch "${BASH_ENV}"
RUN echo '. "${BASH_ENV}"' >> ~/.bashrc
# Download and install nvm
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
RUN echo node > .nvmrc
RUN nvm install
```