From ddcdcb6e088b2c9660cf2ca4961e9400c56bbbe1 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 11 Dec 2017 21:41:52 +0200 Subject: Use Node v6.12.2 and Meteor v1.6.0 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 9b07fa30..f8a39388 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,8 +15,8 @@ ARG SRC_PATH # paxctl fix for alpine linux: https://github.com/wekan/wekan/issues/1303 ENV BUILD_DEPS="wget curl bzip2 build-essential python git ca-certificates gcc-4.9 paxctl" ENV GOSU_VERSION=1.10 -ENV NODE_VERSION ${NODE_VERSION:-v6.12.0} -ENV METEOR_RELEASE ${METEOR_RELEASE:-1.6} +ENV NODE_VERSION ${NODE_VERSION:-v6.12.2} +ENV METEOR_RELEASE ${METEOR_RELEASE:-1.6.0} ENV USE_EDGE ${USE_EDGE:-false} ENV METEOR_EDGE ${METEOR_EDGE:-1.5-beta.17} ENV NPM_VERSION ${NPM_VERSION:-5.6.0} -- cgit v1.2.3-1-g7c22