app: Upgrade to mattermost 2.2.0
This commit is contained in:
parent
7d591a39ca
commit
7d89531c4a
@ -3,8 +3,8 @@ FROM ubuntu:14.04
|
||||
RUN apt-get update && apt-get -y install wget netcat
|
||||
RUN mkdir -p /mattermost/data
|
||||
|
||||
RUN wget https://releases.mattermost.com/2.1.0/mattermost-team-2.1.0-linux-amd64.tar.gz \
|
||||
&& tar -xvzf mattermost-team-2.1.0-linux-amd64.tar.gz && rm mattermost-team-2.1.0-linux-amd64.tar.gz
|
||||
RUN wget https://releases.mattermost.com/2.2.0/mattermost-team-2.2.0-linux-amd64.tar.gz \
|
||||
&& tar -xvzf mattermost-team-2.2.0-linux-amd64.tar.gz && rm mattermost-team-2.2.0-linux-amd64.tar.gz
|
||||
|
||||
COPY config.template.json /
|
||||
COPY docker-entry.sh /
|
||||
|
Reference in New Issue
Block a user