summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-05-19 18:45:37 +0300
committerLauri Ojansivu <x@xet7.org>2018-05-19 18:45:37 +0300
commit8b32cf42cb69e0c915fe0d1483ed29fe2ba6eecf (patch)
treebe1aa7511e76485ce2429ca7e9b93adc357d31d4 /Dockerfile
parent9c5bcd7321e0d0b084df92a0c77cac627551a1ed (diff)
parent3075791a931998d36ec21a35d2d9057defd24453 (diff)
downloadwekan-8b32cf42cb69e0c915fe0d1483ed29fe2ba6eecf.tar.gz
wekan-8b32cf42cb69e0c915fe0d1483ed29fe2ba6eecf.tar.bz2
wekan-8b32cf42cb69e0c915fe0d1483ed29fe2ba6eecf.zip
Merge branch 'devel'
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index c794f6dc..121d6adc 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:-5.5.1}
+ENV NPM_VERSION ${NPM_VERSION:-6.0.1}
ENV FIBERS_VERSION ${FIBERS_VERSION:-2.0.0}
ENV ARCHITECTURE ${ARCHITECTURE:-linux-x64}
ENV SRC_PATH ${SRC_PATH:-./}