From f9090434f3d8a48d8b9b8f212cf8a5140c455702 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Fri, 4 Dec 2020 16:39:13 +0100 Subject: [PATCH] bump to use 5.27.2 release --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 8585dea..8115641 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.10 # Some ENV variables ENV PATH="/mattermost/bin:${PATH}" -ENV MM_VERSION=5.27.1 +ENV MM_VERSION=5.27.2 ENV MM_INSTALL_TYPE=docker # Build argument to set Mattermost edition