Upgrade to 5.4.0 (#327)

This commit is contained in:
Kyâne Pichou 2018-10-16 20:50:18 +02:00 committed by GitHub
parent e01e8e4c01
commit ec683530be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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