From bf93836cd42b2b755cab82631b32348364e07d82 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ky=C3=A2ne=20Pichou?= <kyane@kyane.fr>
Date: Mon, 9 Jul 2018 18:56:47 +0200
Subject: [PATCH] Upgrade to 5.0.1 (#287)

---
 app/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/Dockerfile b/app/Dockerfile
index e76cae0..780ed80 100644
--- a/app/Dockerfile
+++ b/app/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.6
 
 # Some ENV variables
 ENV PATH="/mattermost/bin:${PATH}"
-ENV MM_VERSION=5.0.0
+ENV MM_VERSION=5.0.1
 
 # Build argument to set Mattermost edition
 ARG edition=enterprise