Update Mattermost EE to 3.6.5
This commit is contained in:
parent
61a5d5d09d
commit
05fd8b24ae
@ -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.6.4
|
||||
ENV MM_VERSION=3.6.5
|
||||
|
||||
RUN curl https://releases.mattermost.com/$MM_VERSION/mattermost-$MM_VERSION-linux-amd64.tar.gz | tar -xvz
|
||||
|
||||
|
Reference in New Issue
Block a user