bump MM to 5.26.0

This commit is contained in:
Carlos Panato 2020-08-12 23:11:56 +02:00
parent 7c80c1fdb5
commit 6a4ab2bd12
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.2
ENV MM_VERSION=5.26.0
# Build argument to set Mattermost edition
ARG edition=enterprise