bump to 5.13.2

This commit is contained in:
Carlos Panato 2019-07-29 15:31:47 +02:00
parent 91701c543d
commit 4129a0e804
No known key found for this signature in database
GPG Key ID: E2379A61085D0517

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.1 ENV MM_VERSION=5.13.2
# Build argument to set Mattermost edition # Build argument to set Mattermost edition
ARG edition=enterprise ARG edition=enterprise