From 0dab996bbc42525856d87f2f661b0d13168e96a7 Mon Sep 17 00:00:00 2001 From: Mmbot Date: Fri, 11 Jun 2021 13:32:14 +0000 Subject: [PATCH] Bump version to 5.31.6. --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index f18a878..ebe0f38 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.4 +ENV MM_VERSION=5.31.6 ENV MM_INSTALL_TYPE=docker # Build argument to set Mattermost edition