From e9b95bafd231265ace42b6e32d40afd7f9d9c6f9 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Thu, 19 Dec 2019 14:24:15 +0100 Subject: [PATCH] bump to 5.9.7 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index fa4d101..07483ce 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.9.6 +ENV MM_VERSION=5.9.7 # Build argument to set Mattermost edition ARG edition=enterprise