app: Upgrade Mattermost to 1.4.0

This commit is contained in:
Yi EungJun 2016-01-25 01:44:32 +00:00
parent ac0b7062a3
commit ac9ce4a2a9

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.3.0/mattermost.tar.gz \
RUN wget https://github.com/mattermost/platform/releases/download/v1.4.0/mattermost.tar.gz \
&& tar -xvzf mattermost.tar.gz && rm mattermost.tar.gz
COPY config.template.json /