- Upgrade to Node 8.16.0

- Change git repo urls from git:// to https://

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2019-04-20 14:52:37 +03:00
parent fee732dba1
commit 6117097a93
5 changed files with 11 additions and 13 deletions

View file

@ -6,7 +6,7 @@ LABEL maintainer="wekan"
# ENV BUILD_DEPS="paxctl"
ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 build-essential python python3 python3-distutils git ca-certificates gcc-7" \
DEBUG=false \
NODE_VERSION=v8.15.1 \
NODE_VERSION=v8.16.0 \
METEOR_RELEASE=1.6.0.1 \
USE_EDGE=false \
METEOR_EDGE=1.5-beta.17 \