From 0196c9e7e3f2a2edc3bb39b6247cc134cba9e09f Mon Sep 17 00:00:00 2001 From: thopic Date: Tue, 15 Jun 2021 09:52:00 +0200 Subject: [PATCH] Bump version to 5.35.3 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 53fe9ed..9f90bbb 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.35.1 +ENV MM_VERSION=5.35.3 ENV MM_INSTALL_TYPE=docker # Build argument to set Mattermost edition