From 05f367f13162c50ff6781c64461659b94d316c64 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 8 May 2019 23:16:25 +0200 Subject: [PATCH] fix(core): update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 312cc44..5704483 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ USER coder RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash RUN bash -c "source $NVM_DIR/nvm.sh \ && nvm install $NODE_VERSION_LTS \ - && nvm alias default $NODE_VERSION_STABLE \ + && nvm alias default $NODE_VERSION_LTS \ && nvm use default \ && npm config set unsafe-perm true \ && npm install -g npm"