From d719b3bc6ff06257564bf5e72809515b12da14a2 Mon Sep 17 00:00:00 2001 From: Mmbot Date: Mon, 21 Jun 2021 16:46:33 +0000 Subject: [PATCH] Bump version to 5.31.7. --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index ebe0f38..9e8b4e5 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.6 +ENV MM_VERSION=5.31.7 ENV MM_INSTALL_TYPE=docker # Build argument to set Mattermost edition