From 16970933468cdec0c0362a962b7e529a9c60d6cb Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Sun, 17 Mar 2019 13:58:36 +0100 Subject: [PATCH] bump to 4.10.6 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index d368d69..08f53b1 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.9 # Some ENV variables ENV PATH="/mattermost/bin:${PATH}" -ENV MM_VERSION=4.10.5 +ENV MM_VERSION=4.10.6 # Build argument to set Mattermost edition ARG edition=enterprise