From 87e1bdeb92541f05b32dc41326b0e80c01d6cc53 Mon Sep 17 00:00:00 2001 From: Alexanderwmc Date: Tue, 6 Feb 2018 14:29:41 +0800 Subject: [PATCH] update nvm to 0.33.8 --- workspace/Dockerfile-56 | 2 +- workspace/Dockerfile-70 | 2 +- workspace/Dockerfile-71 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/workspace/Dockerfile-56 b/workspace/Dockerfile-56 index 43a285cd..a2252dc1 100644 --- a/workspace/Dockerfile-56 +++ b/workspace/Dockerfile-56 @@ -312,7 +312,7 @@ ENV INSTALL_NODE ${INSTALL_NODE} ENV NVM_DIR /home/laradock/.nvm RUN if [ ${INSTALL_NODE} = true ]; then \ # Install nvm (A Node Version Manager) - curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash && \ + curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash && \ . $NVM_DIR/nvm.sh && \ nvm install ${NODE_VERSION} && \ nvm use ${NODE_VERSION} && \ diff --git a/workspace/Dockerfile-70 b/workspace/Dockerfile-70 index d815278c..089fb640 100644 --- a/workspace/Dockerfile-70 +++ b/workspace/Dockerfile-70 @@ -308,7 +308,7 @@ ENV INSTALL_NODE ${INSTALL_NODE} ENV NVM_DIR /home/laradock/.nvm RUN if [ ${INSTALL_NODE} = true ]; then \ # Install nvm (A Node Version Manager) - curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash && \ + curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash && \ . $NVM_DIR/nvm.sh && \ nvm install ${NODE_VERSION} && \ nvm use ${NODE_VERSION} && \ diff --git a/workspace/Dockerfile-71 b/workspace/Dockerfile-71 index 3a1a0aba..f990e666 100644 --- a/workspace/Dockerfile-71 +++ b/workspace/Dockerfile-71 @@ -304,7 +304,7 @@ ENV INSTALL_NODE ${INSTALL_NODE} ENV NVM_DIR /home/laradock/.nvm RUN if [ ${INSTALL_NODE} = true ]; then \ # Install nvm (A Node Version Manager) - curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash && \ + curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash && \ . $NVM_DIR/nvm.sh && \ nvm install ${NODE_VERSION} && \ nvm use ${NODE_VERSION} && \