From b252e9fed108d29bcf2b15a1d4daea23c0f4ad34 Mon Sep 17 00:00:00 2001 From: Pan Luo Date: Sat, 25 Mar 2017 22:06:23 -0700 Subject: [PATCH] Update Mattermost EE to 3.7.3 --- app/Dockerfile-enterprise | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile-enterprise b/app/Dockerfile-enterprise index b52e046..9263d7c 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.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