From a92d3e91a8cddd506e21956e8b5eb870d1cd5a85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?PICHOU=20Ky=C3=A2ne?= Date: Fri, 14 Sep 2018 20:37:51 +0200 Subject: [PATCH] Bump to 5.2.2 Close #307 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 2a8f6cb..bb5f741 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.2.1 +ENV MM_VERSION=5.2.2 # Build argument to set Mattermost edition ARG edition=enterprise