From 4f0a5376f3d265a34cfc97ba51d0cc2fab7dfc6e Mon Sep 17 00:00:00 2001 From: Tejas Bubane Date: Sun, 15 Apr 2018 23:03:20 +0530 Subject: [PATCH] Upgrade mattermost to 4.9.0 (#258) --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 4ad4ff1..34e1b38 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.6 # Some ENV variables ENV PATH="/mattermost/bin:${PATH}" -ENV MM_VERSION=4.8.1 +ENV MM_VERSION=4.9.0 # Build argument to set Mattermost edition ARG edition=enterprise