Bump to MM 5.1.1

This commit is contained in:
cpanato 2018-08-13 10:55:18 +02:00
parent ea79d2569c
commit b71629bfe6
No known key found for this signature in database
GPG Key ID: E2379A61085D0517

View File

@ -2,7 +2,7 @@ FROM alpine:3.6
# Some ENV variables # Some ENV variables
ENV PATH="/mattermost/bin:${PATH}" ENV PATH="/mattermost/bin:${PATH}"
ENV MM_VERSION=5.1.0 ENV MM_VERSION=5.1.1
# Build argument to set Mattermost edition # Build argument to set Mattermost edition
ARG edition=enterprise ARG edition=enterprise