Compare commits

...

1 Commits

Author SHA1 Message Date
Carlos Panato
b3c93de4fa
update MM to 5.25.1 2020-07-24 17:32:47 +02:00

View File

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