bump app dockerfile to 5.22.3

This commit is contained in:
Carlos Panato 2020-05-12 08:17:17 +02:00
parent a685cc24e5
commit 4f0087ebac
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.1
ENV MM_VERSION=5.22.3
# Build argument to set Mattermost edition
ARG edition=enterprise