From d42fd2e947f7ea7cff945b3305f253edaec75c4f Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Thu, 7 Nov 2019 08:26:35 +0100 Subject: [PATCH] bump to 5.15.3 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 97bab48..fc213f9 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.2 +ENV MM_VERSION=5.15.3 # Build argument to set Mattermost edition ARG edition=enterprise