From 1f1916794d536dff568409db6d5c890e92d025cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?PICHOU=20Ky=C3=A2ne?= Date: Sat, 29 Jul 2017 22:18:49 +0200 Subject: [PATCH] Upgrade to 4.0.2 --- app/Dockerfile | 2 +- app/Dockerfile-enterprise | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Dockerfile b/app/Dockerfile index a2ca21f..d1b1fc4 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.0.1 +ENV MM_VERSION=4.0.2 # Install some needed packages RUN apt-get update \ diff --git a/app/Dockerfile-enterprise b/app/Dockerfile-enterprise index 5ca6c34..ec85687 100644 --- a/app/Dockerfile-enterprise +++ b/app/Dockerfile-enterprise @@ -2,7 +2,7 @@ FROM ubuntu:14.04 # Some ENV variables ENV PATH="/mattermost/bin:${PATH}" -ENV MM_VERSION=4.0.1 +ENV MM_VERSION=4.0.2 # Install some needed packages RUN apt-get update \