Upgrade to 4.1.0

Close #164
This commit is contained in:
PICHOU Kyâne 2017-08-16 22:22:59 +02:00
parent 3ae1be4871
commit f5ee7c83d7
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.0.3
ENV MM_VERSION=4.1.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.0.3
ENV MM_VERSION=4.1.0
# Install some needed packages
RUN apt-get update \