bump alpine version and mm

This commit is contained in:
Carlos Panato 2019-08-22 09:16:24 +02:00
parent 504cff3a31
commit ce9a1a1ad3
No known key found for this signature in database
GPG Key ID: E2379A61085D0517

View File

@ -1,8 +1,8 @@
FROM alpine:3.9
FROM alpine:3.10
# Some ENV variables
ENV PATH="/mattermost/bin:${PATH}"
ENV MM_VERSION=5.9.3
ENV MM_VERSION=5.9.4
# Build argument to set Mattermost edition
ARG edition=enterprise