From ec683530bec530e48e5d7db4913aa9c38aa6569b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=A2ne=20Pichou?= Date: Tue, 16 Oct 2018 20:50:18 +0200 Subject: [PATCH] Upgrade to 5.4.0 (#327) --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index ea83661b..1deee38b 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.8 # Some ENV variables ENV PATH="/mattermost/bin:${PATH}" -ENV MM_VERSION=5.3.1 +ENV MM_VERSION=5.4.0 # Build argument to set Mattermost edition ARG edition=enterprise