From b7d030854279cc7d95261cf5246d7f8785e210f0 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Wed, 30 Oct 2019 07:30:42 +0100 Subject: [PATCH] bump to 5.15.2 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 442b1fa..97bab48 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.15.1 +ENV MM_VERSION=5.15.2 # Build argument to set Mattermost edition ARG edition=enterprise