Skip to content

Commit 3b0f271

Browse files
authored
Merge pull request laradock#1368 from Alexanderwmc/my-fix-branch
update nvm to 0.33.8
2 parents 327e79f + 87e1bde commit 3b0f271

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

workspace/Dockerfile-56

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ ENV NPM_REGISTRY ${NPM_REGISTRY}
321321
ENV NVM_DIR /home/laradock/.nvm
322322
RUN 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} && \

workspace/Dockerfile-70

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ ENV NPM_REGISTRY ${NPM_REGISTRY}
317317
ENV NVM_DIR /home/laradock/.nvm
318318
RUN 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} && \

workspace/Dockerfile-71

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ ENV NPM_REGISTRY ${NPM_REGISTRY}
313313
ENV NVM_DIR /home/laradock/.nvm
314314
RUN 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} && \

0 commit comments

Comments
 (0)