summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-06-23 11:57:32 +0300
committerLauri Ojansivu <x@xet7.org>2017-06-23 11:57:32 +0300
commit6df910f2ea581d06d33c6f7a6c1ceefe3bcd77f7 (patch)
tree786281d5be56a6cc8ec9e0b1561e5b0fdff354d3 /Dockerfile
parentb0e67bc96198f0a79b63eb152c8c93a0b690392a (diff)
downloadwekan-6df910f2ea581d06d33c6f7a6c1ceefe3bcd77f7.tar.gz
wekan-6df910f2ea581d06d33c6f7a6c1ceefe3bcd77f7.tar.bz2
wekan-6df910f2ea581d06d33c6f7a6c1ceefe3bcd77f7.zip
Add FIBERS_VERSION declaration. NPM to version 5.0.3.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4273be89..35b950b6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,6 +7,7 @@ ARG METEOR_RELEASE
ARG METEOR_EDGE
ARG USE_EDGE
ARG NPM_VERSION
+ARG FIBERS_VERSION
ARG ARCHITECTURE
ARG SRC_PATH
@@ -17,7 +18,7 @@ ENV NODE_VERSION ${NODE_VERSION:-v4.8.1}
ENV METEOR_RELEASE ${METEOR_RELEASE:-1.4.4.1}
ENV USE_EDGE ${USE_EDGE:-false}
ENV METEOR_EDGE ${METEOR_EDGE:-1.5-beta.17}
-ENV NPM_VERSION ${NPM_VERSION:-4.6.1}
+ENV NPM_VERSION ${NPM_VERSION:-5.0.3}
ENV FIBERS_VERSION ${FIBERS_VERSION:-1.0.15}
ENV ARCHITECTURE ${ARCHITECTURE:-linux-x64}
ENV SRC_PATH ${SRC_PATH:-./}