From b4b0aa1866b282bb41b49b317c6003efcf052244 Mon Sep 17 00:00:00 2001 From: 3_1_3_u Date: Thu, 16 Nov 2017 22:01:36 +0200 Subject: [PATCH] Upgrade to 4.4.1 (#197) --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index c55ca88..9432233 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.0 +ENV MM_VERSION=4.4.1 # Build argument to set Mattermost edition ARG edition=entreprise