Compare commits

...

2 Commits

Author SHA1 Message Date
Carlos Panato
6e6d84f8cd
bump mm prod app to 5.20.2 2020-03-13 10:00:02 +01:00
Carlos Panato
1a0eff87d5
bump mm prod app to 5.20.1 2020-02-17 09:57:59 +01:00

View File

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