From a0c8f65ec1ef95688d92100f8218a9e2922d9d44 Mon Sep 17 00:00:00 2001 From: Mmbot Date: Wed, 17 Mar 2021 17:50:06 +0000 Subject: [PATCH] Bump version to 5.33.0. --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 20e25ad..a6ecb81 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.33.0 ENV MM_INSTALL_TYPE=docker # Build argument to set Mattermost edition