From 81e263ede1dede1eb6c7c6935fb34cea79be7f64 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Tue, 23 Apr 2019 18:35:09 +0200 Subject: [PATCH] update to 5.8.2 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 9611201..5af8bde 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=5.8.1 +ENV MM_VERSION=5.8.2 # Build argument to set Mattermost edition ARG edition=enterprise