summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorStephen Moloney <stephen@stephenmoloney.com>2017-04-10 11:49:56 +0100
committerStephen Moloney <stephen@stephenmoloney.com>2017-04-10 11:49:56 +0100
commit1b5a5bba1dfa364e16601f952d2f120511f9a0bb (patch)
tree5a4e4caa162f69f7331703129997788a0e155834 /Dockerfile
parent31ce8bb1bf19141655797d5d70574a6a5c15b94e (diff)
downloadwekan-1b5a5bba1dfa364e16601f952d2f120511f9a0bb.tar.gz
wekan-1b5a5bba1dfa364e16601f952d2f120511f9a0bb.tar.bz2
wekan-1b5a5bba1dfa364e16601f952d2f120511f9a0bb.zip
rc.6 seems to work only for now.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 247817cc..e49b6dfd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,7 @@ 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.5}
-ENV METEOR_EDGE ${METEOR_EDGE:-1.4.4-rc.9}
+ENV METEOR_EDGE ${METEOR_EDGE:-1.4.4-rc.6}
ENV NPM_VERSION ${NPM_VERSION:-3.10.10}
ENV ARCHITECTURE ${ARCHITECTURE:-linux-x64}
ENV SRC_PATH ${SRC_PATH:-./}