From 1fceb3b09e5849264fbe865a593605231e8a74c5 Mon Sep 17 00:00:00 2001 From: Tejas Bubane Date: Thu, 10 Aug 2017 22:13:58 +0530 Subject: [PATCH] Upgrade mattermost to 4.0.3 --- app/Dockerfile | 2 +- app/Dockerfile-enterprise | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Dockerfile b/app/Dockerfile index d1b1fc4..8a6cd3b 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.2 +ENV MM_VERSION=4.0.3 # Install some needed packages RUN apt-get update \ diff --git a/app/Dockerfile-enterprise b/app/Dockerfile-enterprise index ec85687..9111b2a 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.2 +ENV MM_VERSION=4.0.3 # Install some needed packages RUN apt-get update \