From b9491b03eff70ef17d3d0b423853f4bb5f25733a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=A2ne=20Pichou?= Date: Sun, 15 Oct 2017 22:04:51 +0200 Subject: [PATCH] Upgrade to 4.3.0 (#183) --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 37c75de7..fd6d026b 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:14.04 # Some ENV variables ENV PATH="/mattermost/bin:${PATH}" -ENV MM_VERSION=4.2.0 +ENV MM_VERSION=4.3.0 # Build argument to set Mattermost edition ARG edition=entreprise