From 95d45e75fd1a2c78779ed1cd70a7ad7fea95a81c Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Tue, 17 Sep 2019 09:12:01 +0200 Subject: [PATCH] bump to 5.15.0 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 058869a..090ea2e 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.10 # Some ENV variables ENV PATH="/mattermost/bin:${PATH}" -ENV MM_VERSION=5.14.3 +ENV MM_VERSION=5.15.0 # Build argument to set Mattermost edition ARG edition=enterprise