From 94ed15568a1686d447859a7b5169e16e74df85a2 Mon Sep 17 00:00:00 2001 From: Carlos Panato <ctadeu@gmail.com> Date: Mon, 13 Jan 2020 13:52:36 +0100 Subject: [PATCH] bump to 5.16.5 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 7587c1b..dacb7ca 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.4 +ENV MM_VERSION=5.16.5 # Build argument to set Mattermost edition ARG edition=enterprise