summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-01-10 00:04:43 +0200
committerLauri Ojansivu <x@xet7.org>2020-01-10 00:04:43 +0200
commit785f3cf88b61f687ef5ad4a529768221d1a54c86 (patch)
treeb1bf8deb1154841d11f63c930e6268e28d0a044b /Dockerfile
parentd16a601c04aeb1d3550c5c541be02a67276a34cf (diff)
downloadwekan-785f3cf88b61f687ef5ad4a529768221d1a54c86.tar.gz
wekan-785f3cf88b61f687ef5ad4a529768221d1a54c86.tar.bz2
wekan-785f3cf88b61f687ef5ad4a529768221d1a54c86.zip
Upgrade to Meteor 1.9, Node 12.14.1 and MongoDB 4.2.2.
Thanks to xet7 !
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 62c60390..4d173306 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,8 +6,8 @@ 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.17.0 \
- METEOR_RELEASE=1.8.1 \
+ NODE_VERSION=v12.14.1 \
+ METEOR_RELEASE=1.9.0 \
USE_EDGE=false \
METEOR_EDGE=1.5-beta.17 \
NPM_VERSION=latest \