Skip to content

Commit 3f4c14b

Browse files
zwpaperljharb
authored andcommitted
[readme] update installation by docker to v0.40.3
1 parent 977563e commit 3f4c14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ RUN touch "${BASH_ENV}"
150150
RUN echo '. "${BASH_ENV}"' >> ~/.bashrc
151151

152152
# Download and install nvm
153-
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | PROFILE="${BASH_ENV}" bash
153+
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | PROFILE="${BASH_ENV}" bash
154154
RUN echo node > .nvmrc
155155
RUN nvm install
156156
```

0 commit comments

Comments
 (0)