File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ ENV NPM_REGISTRY ${NPM_REGISTRY}
321321ENV NVM_DIR /home/laradock/.nvm
322322RUN if [ ${INSTALL_NODE} = true ]; then \
323323 # Install nvm (A Node Version Manager)
324- curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1 /install.sh | bash && \
324+ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8 /install.sh | bash && \
325325 . $NVM_DIR/nvm.sh && \
326326 nvm install ${NODE_VERSION} && \
327327 nvm use ${NODE_VERSION} && \
Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ ENV NPM_REGISTRY ${NPM_REGISTRY}
317317ENV NVM_DIR /home/laradock/.nvm
318318RUN if [ ${INSTALL_NODE} = true ]; then \
319319 # Install nvm (A Node Version Manager)
320- curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1 /install.sh | bash && \
320+ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8 /install.sh | bash && \
321321 . $NVM_DIR/nvm.sh && \
322322 nvm install ${NODE_VERSION} && \
323323 nvm use ${NODE_VERSION} && \
Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ ENV NPM_REGISTRY ${NPM_REGISTRY}
313313ENV NVM_DIR /home/laradock/.nvm
314314RUN if [ ${INSTALL_NODE} = true ]; then \
315315 # Install nvm (A Node Version Manager)
316- curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1 /install.sh | bash && \
316+ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8 /install.sh | bash && \
317317 . $NVM_DIR/nvm.sh && \
318318 nvm install ${NODE_VERSION} && \
319319 nvm use ${NODE_VERSION} && \
You can’t perform that action at this time.
0 commit comments