summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-12-02 23:10:59 +0200
committerLauri Ojansivu <x@xet7.org>2017-12-02 23:10:59 +0200
commite2f768c6a0f913b7c5f07695dce8cec692037255 (patch)
tree6f63480d5d3e523c4d055e5fb98a92775c5c4ea6 /Dockerfile
parent4c5eda0ae5776e1456e74d0e160ded5b6e67157d (diff)
downloadwekan-e2f768c6a0f913b7c5f07695dce8cec692037255.tar.gz
wekan-e2f768c6a0f913b7c5f07695dce8cec692037255.tar.bz2
wekan-e2f768c6a0f913b7c5f07695dce8cec692037255.zip
Update Node to 4.8.6 and MongoDB to 3.2.18
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 7c8c9bf3..f8027594 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@ ARG SRC_PATH
# paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303
ENV BUILD_DEPS="wget curl bzip2 build-essential python git ca-certificates gcc-4.9 paxctl"
ENV GOSU_VERSION=1.10
-ENV NODE_VERSION ${NODE_VERSION:-v4.8.4}
+ENV NODE_VERSION ${NODE_VERSION:-v4.8.6}
ENV METEOR_RELEASE ${METEOR_RELEASE:-1.4.4.1}
ENV USE_EDGE ${USE_EDGE:-false}
ENV METEOR_EDGE ${METEOR_EDGE:-1.5-beta.17}