Compare commits

...

1 Commits

Author SHA1 Message Date
Carlos Panato
718c0e3861
bump MM to 5.26.1 2020-08-27 08:05:17 +02:00

View File

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