summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-03-28 09:28:04 +0300
committerLauri Ojansivu <x@xet7.org>2017-03-28 09:28:04 +0300
commitca7be3a162366c2d05933c8f365a03e978e06f4d (patch)
tree5703d385e65663fdf15bdadb7dddf71f7c40b629 /Dockerfile
parentc197cabd986f2d91a5460c2da8fbc6817d0b466d (diff)
downloadwekan-ca7be3a162366c2d05933c8f365a03e978e06f4d.tar.gz
wekan-ca7be3a162366c2d05933c8f365a03e978e06f4d.tar.bz2
wekan-ca7be3a162366c2d05933c8f365a03e978e06f4d.zip
Update Dockerfile maintainer and npm version.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
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:-./}