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