diff --git a/app/Dockerfile b/app/Dockerfile index ea83661b..1deee38b 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.8 # Some ENV variables ENV PATH="/mattermost/bin:${PATH}" -ENV MM_VERSION=5.3.1 +ENV MM_VERSION=5.4.0 # Build argument to set Mattermost edition ARG edition=enterprise