From 6421fead62c37994f5e510b9c77b5244782d34e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=A2ne=20Pichou?= Date: Tue, 5 Dec 2017 21:52:00 +0100 Subject: [PATCH] Upgrade to 4.4.3 (#212) --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 6718325..e316e93 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.2 +ENV MM_VERSION=4.4.3 # Build argument to set Mattermost edition ARG edition=enterprise