From 8e9facbece318d86dd757dc8a57d03d73f1d5420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=A2ne=20Pichou?= Date: Sun, 3 Jun 2018 16:58:11 +0200 Subject: [PATCH] Upgrade 4.10.1 (#275) Changelog is : https://docs.mattermost.com/administration/changelog.html#release-v4-10 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 133269e..26be930 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.10.0 +ENV MM_VERSION=4.10.1 # Build argument to set Mattermost edition ARG edition=enterprise