Update to 4.0.0

This commit is contained in:
PICHOU Kyâne 2017-07-15 19:38:12 +02:00
parent d3358cf2de
commit 9bb060fa07
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=3.10.0
ENV MM_VERSION=4.0.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=3.10.0
ENV MM_VERSION=4.0.0
# Install some needed packages
RUN apt-get update \