From 2591a44a140f74808869e8105dbb284c721fe714 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Thu, 27 Aug 2020 08:03:39 +0200 Subject: [PATCH] bump MM to 5.25.4 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index b357640..048c647 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.3 +ENV MM_VERSION=5.25.4 # Build argument to set Mattermost edition ARG edition=enterprise