From a8b4e738826dc54d98c55116d263a8ea239b5bbd Mon Sep 17 00:00:00 2001 From: Pan Luo Date: Sun, 19 Mar 2017 21:46:05 -0700 Subject: [PATCH] Update to Mattermost 3.7.2 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 52ef32d..51c8cc3 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -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.2 RUN curl https://releases.mattermost.com/$MM_VERSION/mattermost-team-$MM_VERSION-linux-amd64.tar.gz | tar -xvz