diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-03-28 09:28:04 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-03-28 09:28:04 +0300 |
commit | ca7be3a162366c2d05933c8f365a03e978e06f4d (patch) | |
tree | 5703d385e65663fdf15bdadb7dddf71f7c40b629 | |
parent | c197cabd986f2d91a5460c2da8fbc6817d0b466d (diff) | |
download | wekan-ca7be3a162366c2d05933c8f365a03e978e06f4d.tar.gz wekan-ca7be3a162366c2d05933c8f365a03e978e06f4d.tar.bz2 wekan-ca7be3a162366c2d05933c8f365a03e978e06f4d.zip |
Update Dockerfile maintainer and npm version.
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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:-./} |