Compare commits

...

1 Commits

Author SHA1 Message Date
Carlos Panato
2f40d361ca
bump to 5.17.1 2019-11-25 19:09:51 +01:00

View File

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