Update to Mattermost 3.7.2
This commit is contained in:
parent
fb268003cb
commit
a8b4e73882
@ -5,7 +5,7 @@ ENV PATH="/mattermost/bin:${PATH}"
|
|||||||
RUN apt-get update && apt-get -y install curl netcat
|
RUN apt-get update && apt-get -y install curl netcat
|
||||||
RUN mkdir -p /mattermost/data
|
RUN mkdir -p /mattermost/data
|
||||||
|
|
||||||
ENV MM_VERSION=3.7.1
|
ENV MM_VERSION=3.7.2
|
||||||
|
|
||||||
RUN curl https://releases.mattermost.com/$MM_VERSION/mattermost-team-$MM_VERSION-linux-amd64.tar.gz | tar -xvz
|
RUN curl https://releases.mattermost.com/$MM_VERSION/mattermost-team-$MM_VERSION-linux-amd64.tar.gz | tar -xvz
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user