From becc639acfebfd950da1c86f96b865143fd0b7c5 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Mon, 16 Nov 2020 13:18:16 +0100 Subject: [PATCH] update MM to 5.25.6 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index c836c9e..c6bf796 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.25.5 +ENV MM_VERSION=5.25.6 # Build argument to set Mattermost edition ARG edition=enterprise