Upgrade to mattermost 4.2 (#169)

This commit is contained in:
Tejas Bubane 2017-09-15 17:55:58 +05:30 committed by Kyâne Pichou
parent 19f0bd8302
commit c4ee11619f
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM ubuntu:14.04
# Some ENV variables
ENV PATH="/mattermost/bin:${PATH}"
ENV MM_VERSION=4.1.0
ENV MM_VERSION=4.2.0
# Install some needed packages
RUN apt-get update \

View File

@ -2,7 +2,7 @@ FROM ubuntu:14.04
# Some ENV variables
ENV PATH="/mattermost/bin:${PATH}"
ENV MM_VERSION=4.1.0
ENV MM_VERSION=4.2.0
# Install some needed packages
RUN apt-get update \