Compare commits

...

2 Commits

Author SHA1 Message Date
Carlos Panato
c8856be74c
update mm to 5.23.2 2020-07-24 17:34:49 +02:00
Amy Blais
771beb9988
Update Dockerfile (#476) 2020-06-05 15:00:37 +02:00

View File

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