Update Dockerfile-enterprise
This commit is contained in:
parent
0ce37f1eb9
commit
484fc8d04c
@ -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.8.0
|
ENV MM_VERSION=3.8.1
|
||||||
|
|
||||||
RUN curl https://releases.mattermost.com/$MM_VERSION/mattermost-$MM_VERSION-linux-amd64.tar.gz | tar -xvz
|
RUN curl https://releases.mattermost.com/$MM_VERSION/mattermost-$MM_VERSION-linux-amd64.tar.gz | tar -xvz
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user