From 4400ead8e7a105504a7efaec3e2ffb3f05a6e9c3 Mon Sep 17 00:00:00 2001 From: Mmbot Date: Mon, 15 Feb 2021 12:38:27 +0000 Subject: [PATCH] Bump version to 5.32.0. --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 20e25ad..7cd9595 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.32.0 ENV MM_INSTALL_TYPE=docker # Build argument to set Mattermost edition