bump mm to 5.22.1

This commit is contained in:
Carlos Panato 2020-04-25 10:45:34 +02:00
parent 69169f73ee
commit 8e796ba46e
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
ENV PATH="/mattermost/bin:${PATH}"
ENV MM_VERSION=5.22.0
ENV MM_VERSION=5.22.1
# Build argument to set Mattermost edition
ARG edition=enterprise