summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-04-27 22:47:36 +0300
committerLauri Ojansivu <x@xet7.org>2017-04-27 22:47:36 +0300
commit4178ead1868208e1fb6e4d8a42fd5c5ea237c073 (patch)
tree9bf18bb0e2e00f88725ad0fd77c12f3d6ef8cc0b /Dockerfile
parent19783cd757e2a890e487064578002c3377d9a509 (diff)
downloadwekan-4178ead1868208e1fb6e4d8a42fd5c5ea237c073.tar.gz
wekan-4178ead1868208e1fb6e4d8a42fd5c5ea237c073.tar.bz2
wekan-4178ead1868208e1fb6e4d8a42fd5c5ea237c073.zip
Update METEOR_EDGE version now that EXDEV fix has been merged. Also NPM update.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 134c4406..c3a1fe75 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,8 +14,8 @@ ENV BUILD_DEPS="wget curl bzip2 build-essential python git ca-certificates"
ENV GOSU_VERSION=1.10
ENV NODE_VERSION ${NODE_VERSION:-v4.8.1}
ENV METEOR_RELEASE ${METEOR_RELEASE:-1.4.5}
-ENV METEOR_EDGE ${METEOR_EDGE:-1.4.4-rc.6}
-ENV NPM_VERSION ${NPM_VERSION:-3.10.10}
+ENV METEOR_EDGE ${METEOR_EDGE:-1.4.4.1}
+ENV NPM_VERSION ${NPM_VERSION:-4.5.0}
ENV ARCHITECTURE ${ARCHITECTURE:-linux-x64}
ENV SRC_PATH ${SRC_PATH:-./}