From 668f3bfb04ce35c4a6d53a2cd8a648663680c89a Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Fri, 28 Jun 2019 11:25:44 +0200 Subject: [PATCH] bump mm version in master as well --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 84a8de3..799fcb0 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.9 # Some ENV variables ENV PATH="/mattermost/bin:${PATH}" -ENV MM_VERSION=5.12.0 +ENV MM_VERSION=5.12.1 # Build argument to set Mattermost edition ARG edition=enterprise