Skip to content

Commit 294fe31

Browse files
committed
update nvm version.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent 78be0b5 commit 294fe31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workspace/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ ENV INSTALL_NODE ${INSTALL_NODE}
148148
ENV NVM_DIR /home/laradock/.nvm
149149
RUN if [ ${INSTALL_NODE} = true ]; then \
150150
# Install nvm (A Node Version Manager)
151-
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.3/install.sh | bash && \
151+
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.6/install.sh | bash && \
152152
. ~/.nvm/nvm.sh && \
153153
nvm install ${NODE_VERSION} && \
154154
nvm use ${NODE_VERSION} && \

0 commit comments

Comments
 (0)