summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-05-26 08:43:20 +0300
committerLauri Ojansivu <x@xet7.org>2018-05-26 08:43:20 +0300
commit0cc183682e3a85aba7d0483f13ded871ac44ae0c (patch)
tree2a910228df62aeb839a953a0153df58c22ca1d01 /Dockerfile
parent4d193f5650758a5785e34b2bda274a0748b1cc2a (diff)
downloadwekan-0cc183682e3a85aba7d0483f13ded871ac44ae0c.tar.gz
wekan-0cc183682e3a85aba7d0483f13ded871ac44ae0c.tar.bz2
wekan-0cc183682e3a85aba7d0483f13ded871ac44ae0c.zip
Use latest npm.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index efaa47a0..407cd2fb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -19,7 +19,7 @@ ENV NODE_VERSION ${NODE_VERSION:-v8.11.1}
ENV METEOR_RELEASE ${METEOR_RELEASE:-1.6.0.1}
ENV USE_EDGE ${USE_EDGE:-false}
ENV METEOR_EDGE ${METEOR_EDGE:-1.5-beta.17}
-ENV NPM_VERSION ${NPM_VERSION:-6.0.1}
+ENV NPM_VERSION ${NPM_VERSION:-latest}
ENV FIBERS_VERSION ${FIBERS_VERSION:-2.0.0}
ENV ARCHITECTURE ${ARCHITECTURE:-linux-x64}
ENV SRC_PATH ${SRC_PATH:-./}