bump alpine version and MM

This commit is contained in:
Carlos Panato 2019-08-22 09:18:45 +02:00
parent 608f649323
commit e5f005c22a
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.13.2
ENV MM_VERSION=5.13.3
# Build argument to set Mattermost edition
ARG edition=enterprise