From 90f5cace05a4283e70afbbd8ad486ba52478d855 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Sun, 17 Mar 2019 13:54:38 +0100 Subject: [PATCH] bump to 4.10.1 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 46c8ee0..050ad03 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.0 +ENV MM_VERSION=4.10.1 # Build argument to set Mattermost edition ARG edition=enterprise