diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-05-26 08:43:20 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-05-26 08:43:20 +0300 |
commit | 0cc183682e3a85aba7d0483f13ded871ac44ae0c (patch) | |
tree | 2a910228df62aeb839a953a0153df58c22ca1d01 /Dockerfile | |
parent | 4d193f5650758a5785e34b2bda274a0748b1cc2a (diff) | |
download | wekan-0cc183682e3a85aba7d0483f13ded871ac44ae0c.tar.gz wekan-0cc183682e3a85aba7d0483f13ded871ac44ae0c.tar.bz2 wekan-0cc183682e3a85aba7d0483f13ded871ac44ae0c.zip |
Use latest npm.
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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:-./} |