From 11f5d3d7b40771dcd5ad333f2a1f50e2b6497c90 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Mon, 13 Jan 2020 13:54:44 +0100 Subject: [PATCH] bump to 5.9.8 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 07483ce..9c27384 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.7 +ENV MM_VERSION=5.9.8 # Build argument to set Mattermost edition ARG edition=enterprise