We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78be0b5 commit 294fe31Copy full SHA for 294fe31
1 file changed
workspace/Dockerfile
@@ -148,7 +148,7 @@ ENV INSTALL_NODE ${INSTALL_NODE}
148
ENV NVM_DIR /home/laradock/.nvm
149
RUN if [ ${INSTALL_NODE} = true ]; then \
150
# Install nvm (A Node Version Manager)
151
- curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.3/install.sh | bash && \
+ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.6/install.sh | bash && \
152
. ~/.nvm/nvm.sh && \
153
nvm install ${NODE_VERSION} && \
154
nvm use ${NODE_VERSION} && \
0 commit comments