Update version pointer node (#1598)

This commit is contained in:
Ari Kaiy
2018-06-30 12:08:02 +03:00
committed by Shao Yu-Lung (Allen)
parent a1e01ac19b
commit 2ec23122e7
2 changed files with 2 additions and 2 deletions

View File

@ -399,7 +399,7 @@ USER laradock
###########################################################################
# Check if NVM needs to be installed
ARG NODE_VERSION=stable
ARG NODE_VERSION=node
ENV NODE_VERSION ${NODE_VERSION}
ARG INSTALL_NODE=false
ARG INSTALL_NPM_GULP=false