From 63d332afadaa695614c8bebab76a396fe22d4fb5 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Tue, 23 Jun 2020 11:06:21 +0200 Subject: [PATCH] bump MM to 5.24.1 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 890f574..82288fd 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.24.0 +ENV MM_VERSION=5.24.1 # Build argument to set Mattermost edition ARG edition=enterprise