Upgrade to mattermost 3.10.0

This commit is contained in:
Tejas Bubane 2017-06-15 13:15:29 +05:30
parent 9238aafd9e
commit 05a4fa19b2
No known key found for this signature in database
GPG Key ID: 90504B190EC86A5F
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.9.0
ENV MM_VERSION=3.10.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.9.0
ENV MM_VERSION=3.10.0
# Install some needed packages
RUN apt-get update \