app: Upgrade to mattermost 3.0.2
This commit is contained in:
parent
75aca89805
commit
25556d41de
@ -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.0.1/mattermost-team-3.0.1-linux-amd64.tar.gz | tar -xvz
|
||||
RUN curl https://releases.mattermost.com/3.0.2/mattermost-team-3.0.2-linux-amd64.tar.gz | tar -xvz
|
||||
|
||||
COPY config.template.json /
|
||||
COPY docker-entry.sh /
|
||||
|
Reference in New Issue
Block a user