From cd0025a7c7acdb93b85cc14d5c58c7c940734434 Mon Sep 17 00:00:00 2001 From: Elisabeth Kulzer Date: Tue, 19 Jan 2021 11:05:12 +0100 Subject: [PATCH] Bump version to 5.29.2 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 76b4ad3..e2cac01 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.29.1 +ENV MM_VERSION=5.29.2 ENV MM_INSTALL_TYPE=docker # Build argument to set Mattermost edition