bump to 5.16.1

This commit is contained in:
Carlos Panato 2019-10-30 07:28:40 +01:00
parent 59a20bd83e
commit 79c50a1fa1
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.16.0 ENV MM_VERSION=5.16.1
# Build argument to set Mattermost edition # Build argument to set Mattermost edition
ARG edition=enterprise ARG edition=enterprise