summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-12-20 16:03:46 +0200
committerLauri Ojansivu <x@xet7.org>2019-12-20 16:03:46 +0200
commit782d0b620988628f40f50f9cd824f6652cfb0dd9 (patch)
tree7af06a090aef2f9242c9a0afc7c9f1ce104ca021 /Dockerfile
parent8dcd360f939febef3dc6bc0a1f3eac38664b2815 (diff)
downloadwekan-782d0b620988628f40f50f9cd824f6652cfb0dd9.tar.gz
wekan-782d0b620988628f40f50f9cd824f6652cfb0dd9.tar.bz2
wekan-782d0b620988628f40f50f9cd824f6652cfb0dd9.zip
Upgrade to Meteor 1.8.3 and Node 8.17.0.
Update release scripts. Fix ldap background sync documentation part 2. 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 41df2126..62c60390 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,7 +6,7 @@ LABEL maintainer="wekan"
# ENV BUILD_DEPS="paxctl"
ENV BUILD_DEPS="apt-utils libarchive-tools gnupg gosu wget curl bzip2 g++ build-essential git ca-certificates python3" \
DEBUG=false \
- NODE_VERSION=v8.16.2 \
+ NODE_VERSION=v8.17.0 \
METEOR_RELEASE=1.8.1 \
USE_EDGE=false \
METEOR_EDGE=1.5-beta.17 \