summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2016-01-15 09:16:07 -0600
committer=Corey Hulen <corey@hulen.com>2016-01-15 09:16:07 -0600
commitcc71c3e70646d4e8da5e8477933fc0c1576a3087 (patch)
tree324ff1a37a43c0a4ccae24b9990973f3d287bc47 /docker
parent586967b757a869dbb5f3677e605009a1f5c61005 (diff)
parentc672820ff6a2a58d390c9bbc80fffdcc654e2716 (diff)
downloadchat-cc71c3e70646d4e8da5e8477933fc0c1576a3087.tar.gz
chat-cc71c3e70646d4e8da5e8477933fc0c1576a3087.tar.bz2
chat-cc71c3e70646d4e8da5e8477933fc0c1576a3087.zip
merging
Diffstat (limited to 'docker')
-rw-r--r--docker/1.4/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/1.4/Dockerfile b/docker/1.4/Dockerfile
index 1f0acdfc9..8dcea3927 100644
--- a/docker/1.4/Dockerfile
+++ b/docker/1.4/Dockerfile
@@ -34,7 +34,7 @@ VOLUME /var/lib/mysql
WORKDIR /mattermost
# Copy over files
-ADD https://github.com/mattermost/platform/releases/download/v1.4.0-rc2/mattermost.tar.gz /
+ADD https://github.com/mattermost/platform/releases/download/v1.4.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 /