From 8b95992a92edcf7c222641626d547b184cd5477d Mon Sep 17 00:00:00 2001 From: Elisabeth Kulzer Date: Fri, 5 Feb 2021 22:24:22 +0100 Subject: [PATCH] Bump version to 5.31.1. --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 20e25ad4..233e1756 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.0 +ENV MM_VERSION=5.31.1 ENV MM_INSTALL_TYPE=docker # Build argument to set Mattermost edition