diff --git a/app/Dockerfile-enterprise b/app/Dockerfile-enterprise index 2a4753b..7a1df3b 100644 --- a/app/Dockerfile-enterprise +++ b/app/Dockerfile-enterprise @@ -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.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