summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorStephen Moloney <stephen@stephenmoloney.com>2017-04-10 11:13:06 +0100
committerStephen Moloney <stephen@stephenmoloney.com>2017-04-10 11:13:06 +0100
commit65ba52b17714f2cff366eafce3911d145229a5e5 (patch)
treec9296c72ca00d06ebacc48e73759eb42d236e21a /Dockerfile
parentb21534a6c4fdbc801f8e057c10a94312aa63c6af (diff)
downloadwekan-65ba52b17714f2cff366eafce3911d145229a5e5.tar.gz
wekan-65ba52b17714f2cff366eafce3911d145229a5e5.tar.bz2
wekan-65ba52b17714f2cff366eafce3911d145229a5e5.zip
meteor has released 1.4.4.1
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index a80fe6f4..f63ed887 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,7 +12,7 @@ ARG SRC_PATH
ENV BUILD_DEPS="wget curl bzip2 build-essential python git ca-certificates"
ENV GOSU_VERSION=1.10
ENV NODE_VERSION ${NODE_VERSION:-v6.10.2}
-ENV METEOR_RELEASE ${METEOR_RELEASE:-1.4.4}
+ENV METEOR_RELEASE ${METEOR_RELEASE:-1.4.4.1}
ENV NPM_VERSION ${NPM_VERSION:-3.10.10}
ENV ARCHITECTURE ${ARCHITECTURE:-linux-x64}
ENV SRC_PATH ${SRC_PATH:-./}
@@ -76,7 +76,7 @@ RUN \
chown wekan:wekan ./install_meteor.sh && \
###########################
###########################
- # Temporary fix for https://github.com/wekan/wekan/issues/928 until METEOR releases 1.4.4 +
+ # This block is for installing on release candidates, suppose can be left in place for now.
gosu wekan:wekan sh ./install_meteor.sh || \
( \
gosu wekan:wekan git clone --recursive git://github.com/meteor/meteor.git /home/wekan/.meteor && \