From 01f7b80e5d1fea2c1a2202652acc1d87cb40c099 Mon Sep 17 00:00:00 2001 From: Tejas Bubane Date: Fri, 16 Mar 2018 16:34:35 +0530 Subject: [PATCH] Upgrade mattermost to v4.8.0 (#247) --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index f36a231..4746d76 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=4.7.3 +ENV MM_VERSION=4.8.0 # Build argument to set Mattermost edition ARG edition=enterprise