From 9bb060fa07a5681867219971a45ac985b1b55025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?PICHOU=20Ky=C3=A2ne?= Date: Sat, 15 Jul 2017 19:38:12 +0200 Subject: [PATCH] Update to 4.0.0 --- app/Dockerfile | 2 +- app/Dockerfile-enterprise | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Dockerfile b/app/Dockerfile index 9f3c562..adf2bbc 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=3.10.0 +ENV MM_VERSION=4.0.0 # Install some needed packages RUN apt-get update \ diff --git a/app/Dockerfile-enterprise b/app/Dockerfile-enterprise index c2b1d2c..2d7957b 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=3.10.0 +ENV MM_VERSION=4.0.0 # Install some needed packages RUN apt-get update \