From ca7be3a162366c2d05933c8f365a03e978e06f4d Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 28 Mar 2017 09:28:04 +0300 Subject: Update Dockerfile maintainer and npm version. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 507432f2..59a9b44a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM debian:wheezy -MAINTAINER wefork +MAINTAINER wekan # Declare Arguments ARG NODE_VERSION @@ -13,7 +13,7 @@ ENV BUILD_DEPS="wget curl bzip2 build-essential python git ca-certificates" ENV GOSU_VERSION=1.10 ENV NODE_VERSION ${NODE_VERSION:-v0.10.48} ENV METEOR_RELEASE ${METEOR_RELEASE:-1.3.5.1} -ENV NPM_VERSION ${NPM_VERSION:-3.10.10} +ENV NPM_VERSION ${NPM_VERSION:-4.2.0} ENV ARCHITECTURE ${ARCHITECTURE:-linux-x64} ENV SRC_PATH ${SRC_PATH:-./} -- cgit v1.2.3-1-g7c22