Update Dockerfile (#467)

This commit is contained in:
Sven Hüster 2020-04-21 14:45:49 +02:00 committed by GitHub
parent 7fd2eb47a9
commit 69169f73ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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