Compare commits

...

2 Commits

Author SHA1 Message Date
Carlos Panato
608f649323
bump to 5.13.2 2019-07-29 15:32:44 +02:00
Carlos Panato
caa7f0fb13
bump to 5.13.1 2019-07-19 21:35:26 +02:00

View File

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