From d6498f6d67135246aac09afc5e853b31402baa56 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Fri, 4 Dec 2020 16:38:17 +0100 Subject: [PATCH] bump to use 5.28.2 release --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 6e1b554..c4d2edc 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.28.1 +ENV MM_VERSION=5.28.2 ENV MM_INSTALL_TYPE=docker # Build argument to set Mattermost edition