From 283d2b71f0e75eac4e5679bb7c16475553fc6b4f Mon Sep 17 00:00:00 2001 From: Tejas Bubane Date: Sat, 16 Dec 2017 23:37:52 +0530 Subject: [PATCH] Upgrade mattermost to 4.5.0 (#216) --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index c2c82bf..c6312d7 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:16.04 # Some ENV variables ENV PATH="/mattermost/bin:${PATH}" -ENV MM_VERSION=4.4.5 +ENV MM_VERSION=4.5.0 # Build argument to set Mattermost edition ARG edition=enterprise