From 91d4d87df4fff9d704a1d237d0cc89e0ce0690ac Mon Sep 17 00:00:00 2001 From: Andrew Vityuk Date: Thu, 23 Nov 2017 02:26:09 +0200 Subject: [PATCH] Upgrade to 4.4.2 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 9432233..6ac20d1 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:14.04 # Some ENV variables ENV PATH="/mattermost/bin:${PATH}" -ENV MM_VERSION=4.4.1 +ENV MM_VERSION=4.4.2 # Build argument to set Mattermost edition ARG edition=entreprise