From d4dcfdec9a81c6dae9c44ed76f35ccb87e99f0f5 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Sun, 17 Mar 2019 13:59:23 +0100 Subject: [PATCH] bump to 4.10.7 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 08f53b1..01d81da 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.6 +ENV MM_VERSION=4.10.7 # Build argument to set Mattermost edition ARG edition=enterprise