Skip to content

Commit 082a73e

Browse files
cjmaxikphiltrep
authored andcommitted
1 parent 164b699 commit 082a73e

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
@@ -195,7 +195,7 @@ ENV INSTALL_NODE ${INSTALL_NODE}
195195
ENV NVM_DIR /home/laradock/.nvm
196196
RUN if [ ${INSTALL_NODE} = true ]; then \
197197
# Install nvm (A Node Version Manager)
198-
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.6/install.sh | bash && \
198+
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash && \
199199
. $NVM_DIR/nvm.sh && \
200200
nvm install ${NODE_VERSION} && \
201201
nvm use ${NODE_VERSION} && \

0 commit comments

Comments
 (0)