Compare commits

...

7 Commits

Author SHA1 Message Date
Carlos Panato
8232cd7045
bump to use 5.25.7 release 2020-12-04 16:40:20 +01:00
Carlos Panato
becc639acf
update MM to 5.25.6 2020-11-16 13:18:16 +01:00
Carlos Panato
618545c535
update MM to 5.25.5 2020-09-16 15:40:07 +02:00
Carlos Panato
2591a44a14
bump MM to 5.25.4 2020-08-27 08:03:39 +02:00
Carlos Panato
d5b9b333bb
bump MM to 5.25.3 2020-08-13 15:24:31 +02:00
Carlos Panato
9f4a25ea14
bump mm to 5.25.2 2020-08-04 15:01:07 +02:00
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.7
# Build argument to set Mattermost edition
ARG edition=enterprise