Compare commits

...

1 Commits

Author SHA1 Message Date
Carlos Panato
0bc8634bb7
bump to 5.11.1 2019-06-21 10:29:00 +02:00

View File

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