From e6c27a7200640be193952c7cf63de82d6eea9bd6 Mon Sep 17 00:00:00 2001 From: 3_1_3_u Date: Sun, 18 Feb 2018 00:44:11 +0200 Subject: [PATCH] Upgrade to 4.7.0 (#236) --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index d1db9b3..b8de10c 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.6.1 +ENV MM_VERSION=4.7.0 # Build argument to set Mattermost edition ARG edition=enterprise