From d8bfbfb2a3018b5691c93d654e4883df4f75775a Mon Sep 17 00:00:00 2001 From: Mmbot Date: Wed, 31 Mar 2021 16:24:45 +0000 Subject: [PATCH] Bump version to 5.33.3. --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 14f8877..8d85dfd 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.33.2 +ENV MM_VERSION=5.33.3 ENV MM_INSTALL_TYPE=docker # Build argument to set Mattermost edition