update mm to 5.23.2

This commit is contained in:
Carlos Panato 2020-07-24 17:34:49 +02:00
parent 771beb9988
commit c8856be74c
No known key found for this signature in database
GPG Key ID: 37CA4627A2CA778F

View File

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