app: Upgrade Mattermost to 2.0.0

This commit is contained in:
Emilien 2016-02-18 01:03:45 +01:00
parent 18c82ea9c6
commit 396f52c61b

View File

@ -11,7 +11,7 @@ chdir /mattermost\n\
exec bin/platform\n'\
>> /etc/init/mattermost.conf
RUN wget https://github.com/mattermost/platform/releases/download/v1.4.0/mattermost.tar.gz \
RUN wget https://github.com/mattermost/platform/releases/download/v2.0.0/mattermost.tar.gz \
&& tar -xvzf mattermost.tar.gz && rm mattermost.tar.gz
COPY config.template.json /