- Upgrade to node v8.14.1

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2018-12-21 22:11:43 +02:00
parent 16d53897c7
commit f7153da83d
5 changed files with 7 additions and 7 deletions

View file

@ -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.0 \
NODE_VERSION=v8.14.1 \
METEOR_RELEASE=1.6.0.1 \
USE_EDGE=false \
METEOR_EDGE=1.5-beta.17 \