From 618545c53527d7c410831283a5c3836b57c62ca3 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Wed, 16 Sep 2020 15:40:07 +0200 Subject: [PATCH] update MM to 5.25.5 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 048c647..c836c9e 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.4 +ENV MM_VERSION=5.25.5 # Build argument to set Mattermost edition ARG edition=enterprise