Update to 3.6.2

This commit is contained in:
Pan Luo 2017-02-03 14:13:13 -08:00
parent 3aea843e38
commit 2a89bdc48f
No known key found for this signature in database
GPG Key ID: AD11D35AAC25FB6A

View File

@ -3,7 +3,7 @@ FROM ubuntu:14.04
RUN apt-get update && apt-get -y install curl netcat
RUN mkdir -p /mattermost/data
RUN curl https://releases.mattermost.com/3.6.1/mattermost-team-3.6.1-linux-amd64.tar.gz | tar -xvz
RUN curl https://releases.mattermost.com/3.6.2/mattermost-team-3.6.2-linux-amd64.tar.gz | tar -xvz
RUN rm /mattermost/config/config.json
COPY config.template.json /