bump mm version in master as well

This commit is contained in:
Carlos Panato 2019-06-28 11:25:44 +02:00
parent 801eb4435c
commit 668f3bfb04
No known key found for this signature in database
GPG Key ID: E2379A61085D0517

View File

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