From fccd4236196292d0fac3d82936c0009f36b4b307 Mon Sep 17 00:00:00 2001 From: Mmbot Date: Mon, 29 Mar 2021 13:14:57 +0000 Subject: [PATCH] Bump version to 5.31.2. --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 233e175..d3f3030 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.31.1 +ENV MM_VERSION=5.31.2 ENV MM_INSTALL_TYPE=docker # Build argument to set Mattermost edition