- Upgrade Node from v8.12 to v8.14

- Revert non-working architectures that were added at v1.79, so now Wekan is just amd64 as before.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2018-12-03 18:19:25 +02:00
parent 40367995e7
commit fe7c4528d7
5 changed files with 19 additions and 20 deletions

View file

@ -75,7 +75,7 @@ ARG CORS
# 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.12.0 \
NODE_VERSION=v8.14.0 \
METEOR_RELEASE=1.6.0.1 \
USE_EDGE=false \
METEOR_EDGE=1.5-beta.17 \