summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-10 11:42:15 -0500
committerChristopher Speller <crspeller@gmail.com>2016-03-10 11:42:15 -0500
commitf7156fdb3a4b5d5c35a5d394047e349f04dd2a10 (patch)
treec8617e59ee5694d45619347094c522df49e8d23a
parent08f0800adef926e8b69ebea70e4995b89f5c3f3c (diff)
parent26ad6d2c769615cd60b03140b17c19e5e19705a3 (diff)
downloadchat-f7156fdb3a4b5d5c35a5d394047e349f04dd2a10.tar.gz
chat-f7156fdb3a4b5d5c35a5d394047e349f04dd2a10.tar.bz2
chat-f7156fdb3a4b5d5c35a5d394047e349f04dd2a10.zip
Merge pull request #2411 from peasead/master
updated the 2.0 Dockerfile to include the proper location of mm gzip
-rw-r--r--docker/2.0/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/2.0/Dockerfile b/docker/2.0/Dockerfile
index 0f7a13e45..38cb1e197 100644
--- a/docker/2.0/Dockerfile
+++ b/docker/2.0/Dockerfile
@@ -34,7 +34,7 @@ VOLUME /var/lib/mysql
WORKDIR /mattermost
# Copy over files
-ADD https://github.com/mattermost/platform/releases/download/v2.0.0-rc2/mattermost.tar.gz /
+ADD https://github.com/mattermost/platform/releases/download/v2.0.0/mattermost.tar.gz /
RUN tar -zxvf /mattermost.tar.gz --strip-components=1 && rm /mattermost.tar.gz
ADD config_docker.json /
ADD docker-entry.sh /