Compare commits

...

3 Commits

Author SHA1 Message Date
Carlos Panato
7312fb87a3
update MM to 5.24.3 2020-07-24 17:33:59 +02:00
Carlos Panato
b83e6d9736
bump to 5.24.2 2020-06-29 17:36:43 +02:00
Carlos Panato
63d332afad
bump MM to 5.24.1 2020-06-23 11:06:53 +02:00

View File

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