From ebf820fa5bcf0e4c3e56b817a9cd3c497362634f Mon Sep 17 00:00:00 2001 From: Elisabeth Kulzer Date: Tue, 19 Jan 2021 11:08:52 +0100 Subject: [PATCH] Bump version to 5.30.2 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index e405f72..5f39878 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.30.1 +ENV MM_VERSION=5.30.2 ENV MM_INSTALL_TYPE=docker # Build argument to set Mattermost edition