From 79c50a1fa1a88d33a07ffb5bc25264e80e92310a Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Wed, 30 Oct 2019 07:28:40 +0100 Subject: [PATCH] bump to 5.16.1 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index a2dfe99..c5043c0 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.0 +ENV MM_VERSION=5.16.1 # Build argument to set Mattermost edition ARG edition=enterprise