From 5e1aea055559732f0ef1ee4e5692c32e55d5f79c Mon Sep 17 00:00:00 2001 From: 3_1_3_u Date: Tue, 16 Jan 2018 12:31:58 +0200 Subject: [PATCH] Upgrade to 4.6 (#223) --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 3c26c88..05c0810 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:16.04 # Some ENV variables ENV PATH="/mattermost/bin:${PATH}" -ENV MM_VERSION=4.5.0 +ENV MM_VERSION=4.6.0 # Build argument to set Mattermost edition ARG edition=enterprise