From ea79d2569cd57cf675182052cc74314d26f4a703 Mon Sep 17 00:00:00 2001 From: Sean Sackowitz Date: Mon, 16 Jul 2018 14:44:12 -0400 Subject: [PATCH] Upgrade to 5.1.0 (#289) --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 780ed80..bda8b63 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.0.1 +ENV MM_VERSION=5.1.0 # Build argument to set Mattermost edition ARG edition=enterprise