summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-26 22:29:04 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-26 22:29:04 +0200
commit77ff6349f6f85dc83d51ecc4078856846383048a (patch)
tree81d93a774b3b64b68e787f31903e2a616185d039 /Dockerfile
parent879ad4001dc4cce58dc04522bbd2433ac4b8f8bb (diff)
downloadwekan-77ff6349f6f85dc83d51ecc4078856846383048a.tar.gz
wekan-77ff6349f6f85dc83d51ecc4078856846383048a.tar.bz2
wekan-77ff6349f6f85dc83d51ecc4078856846383048a.zip
- Use Node 8.15.0 and MongoDB 3.2.22.
- Stacksmith: back to Meteor 1.6.x based Wekan, because Meteor 1.8.x based is currently broken. Thanks to xet7 !
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 896012f9..0a7479b4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -76,7 +76,7 @@ ARG DEFAULT_AUTHENTICATION_METHOD
# DOES NOT WORK: paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303
# ENV BUILD_DEPS="paxctl"
ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 build-essential python git ca-certificates gcc-7" \
- NODE_VERSION=v8.14.1 \
+ NODE_VERSION=v8.15.0 \
METEOR_RELEASE=1.6.0.1 \
USE_EDGE=false \
METEOR_EDGE=1.5-beta.17 \