bump to 5.18.0

This commit is contained in:
Carlos Panato 2019-12-17 13:10:46 +01:00
parent 39e9023691
commit b9484f4444
No known key found for this signature in database
GPG Key ID: E2379A61085D0517

View File

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