From 425fcce148b61e7e1ad7ce2e732f55d9d4538ad4 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Wed, 30 Oct 2019 18:12:44 +0100 Subject: [PATCH] bump to 5.16.2 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index c5043c0..00e72fa 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.16.1 +ENV MM_VERSION=5.16.2 # Build argument to set Mattermost edition ARG edition=enterprise