summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorStephen Moloney <stephen@stephenmoloney.com>2017-04-28 10:36:44 +0100
committerStephen Moloney <stephen@stephenmoloney.com>2017-04-28 10:54:29 +0100
commit3154e8729b5c7677bc00e517cac5c7a14ccf31aa (patch)
tree266b73ebedb451ec8e2484f7d89a22711d63789c /Dockerfile
parentc4835847c0e7bf8ef0f1fc128837b625c2650210 (diff)
downloadwekan-3154e8729b5c7677bc00e517cac5c7a14ccf31aa.tar.gz
wekan-3154e8729b5c7677bc00e517cac5c7a14ccf31aa.tar.bz2
wekan-3154e8729b5c7677bc00e517cac5c7a14ccf31aa.zip
changes to travis.yml.
- Add gcc-4.9 to travis host. - namespace travis variables as seem to conflict with docker env. - set versions on travis. - run npm tests again. - slight readme mod for docker
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index c834addc..7023b6fc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,7 @@ ENV GOSU_VERSION=1.10
ENV NODE_VERSION ${NODE_VERSION:-v4.8.1}
ENV METEOR_RELEASE ${METEOR_RELEASE:-1.4.4.1}
ENV USE_EDGE ${USE_EDGE:-false}
-ENV METEOR_EDGE ${METEOR_EDGE:-1.4.4-rc.6}
+ENV METEOR_EDGE ${METEOR_EDGE:-1.5-beta.17}
ENV NPM_VERSION ${NPM_VERSION:-4.5.0}
ENV ARCHITECTURE ${ARCHITECTURE:-linux-x64}
ENV SRC_PATH ${SRC_PATH:-./}