Merge pull request #141 from tejasbubane/mattermost-3.10

Upgrade to mattermost 3.10.0
This commit is contained in:
Kyâne Pichou 2017-06-16 11:10:52 +02:00 committed by GitHub
commit d3358cf2de
2 changed files with 2 additions and 2 deletions

View File

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

View File

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