From 05a4fa19b225d8133a441686662948615ecec993 Mon Sep 17 00:00:00 2001 From: Tejas Bubane Date: Thu, 15 Jun 2017 13:15:29 +0530 Subject: [PATCH] Upgrade to mattermost 3.10.0 --- app/Dockerfile | 2 +- app/Dockerfile-enterprise | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Dockerfile b/app/Dockerfile index 285ad64..9f3c562 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.9.0 +ENV MM_VERSION=3.10.0 # Install some needed packages RUN apt-get update \ diff --git a/app/Dockerfile-enterprise b/app/Dockerfile-enterprise index 9b74148..c2b1d2c 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.9.0 +ENV MM_VERSION=3.10.0 # Install some needed packages RUN apt-get update \