From d13f143dab812ff07358a116333928597e71ddf9 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Sat, 25 Apr 2020 10:45:34 +0200 Subject: [PATCH] bump mm to 5.22.1 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 66aeb05..40357e9 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.22.0 +ENV MM_VERSION=5.22.1 # Build argument to set Mattermost edition ARG edition=enterprise