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