From 3bc888ac7d02efb4fa3fdb80a49f37f7416714a9 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Thu, 7 Nov 2019 08:19:16 +0100 Subject: [PATCH] bump to 5.16.3 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 00e72fa..23d52b8 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.2 +ENV MM_VERSION=5.16.3 # Build argument to set Mattermost edition ARG edition=enterprise