From 7312fb87a3467b940adf9ed4c573d1a560c5ef34 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Fri, 24 Jul 2020 17:33:59 +0200 Subject: [PATCH] update MM to 5.24.3 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 64595ae..3881a8a 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.2 +ENV MM_VERSION=5.24.3 # Build argument to set Mattermost edition ARG edition=enterprise