From c70bab0f3ac4f62a53bf5617ea5669826c39b687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=A2ne=20PICHOU?= Date: Wed, 19 Jul 2017 09:41:59 +0200 Subject: [PATCH] Upgrade to 4.0.1 Changelog here: https://docs.mattermost.com/administration/changelog.html#release-v4-0-1 --- app/Dockerfile | 2 +- app/Dockerfile-enterprise | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Dockerfile b/app/Dockerfile index adf2bbc..a2ca21f 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.0 +ENV MM_VERSION=4.0.1 # Install some needed packages RUN apt-get update \ diff --git a/app/Dockerfile-enterprise b/app/Dockerfile-enterprise index 2d7957b..5ca6c34 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.0 +ENV MM_VERSION=4.0.1 # Install some needed packages RUN apt-get update \