From e895c0d4dd7d88bcdfc46d88a897e09abaad4301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=A2ne=20Pichou?= Date: Fri, 23 Feb 2018 10:17:24 +0100 Subject: [PATCH] Upgrade to 4.7.2 (#240) Changelog is [here](https://docs.mattermost.com/administration/changelog.html#release-v4-7) --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index a0277c22..28f838dd 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.6 # Some ENV variables ENV PATH="/mattermost/bin:${PATH}" -ENV MM_VERSION=4.7.1 +ENV MM_VERSION=4.7.2 # Build argument to set Mattermost edition ARG edition=enterprise