Upgrade to Meteor 1.9, Node 12.14.1 and MongoDB 4.2.2.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2020-01-10 00:04:43 +02:00
parent d16a601c04
commit 785f3cf88b
8 changed files with 30 additions and 30 deletions

View file

@ -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 \