From 03e1eb87ec4854530f263b46db026d5b73cf63ef Mon Sep 17 00:00:00 2001 From: thopic Date: Sun, 23 May 2021 18:13:50 +0200 Subject: [PATCH] Bump version to 5.35.1 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 35b7c7c..53fe9ed 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.34.2 +ENV MM_VERSION=5.35.1 ENV MM_INSTALL_TYPE=docker # Build argument to set Mattermost edition