From ed9a2c6afe5491cde52f9101346c7cf74a279e5c Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Wed, 16 Sep 2020 15:41:12 +0200 Subject: [PATCH] bump MM to 5.26.2 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index a5cce83..71344ea 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.26.1 +ENV MM_VERSION=5.26.2 # Build argument to set Mattermost edition ARG edition=enterprise