Upgrade mattermost to 4.0.3

This commit is contained in:
Tejas Bubane 2017-08-10 22:13:58 +05:30
parent ddf1fa905d
commit 1fceb3b09e
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 # Some ENV variables
ENV PATH="/mattermost/bin:${PATH}" ENV PATH="/mattermost/bin:${PATH}"
ENV MM_VERSION=4.0.2 ENV MM_VERSION=4.0.3
# 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=4.0.2 ENV MM_VERSION=4.0.3
# Install some needed packages # Install some needed packages
RUN apt-get update \ RUN apt-get update \