update MM to 5.25.1

This commit is contained in:
Carlos Panato 2020-07-24 16:14:01 +02:00
parent 189bc354fe
commit b3c93de4fa
No known key found for this signature in database
GPG Key ID: 37CA4627A2CA778F

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