Compare commits

...

1 Commits

Author SHA1 Message Date
Carlos Panato
caa7f0fb13
bump to 5.13.1 2019-07-19 21:35:26 +02:00

View File

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