From d8868f541ec2bedbc96af6a0ce15012331b2160f Mon Sep 17 00:00:00 2001 From: Sean Sackowitz Date: Fri, 17 Aug 2018 16:25:25 -0400 Subject: [PATCH] Upgrade to MM 5.2.0 (#296) --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 7d7f611a..7064ea00 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.6 # Some ENV variables ENV PATH="/mattermost/bin:${PATH}" -ENV MM_VERSION=5.1.1 +ENV MM_VERSION=5.2.0 # Build argument to set Mattermost edition ARG edition=enterprise