From f6d5a6b6c1a1beff708318560b7e765d13f9bc59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=A2ne=20Pichou?= Date: Sat, 28 Apr 2018 13:38:43 +0200 Subject: [PATCH] Upgrade to 4.9.1 (#264) --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 5aedc2e..ec8f341 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.9.0 +ENV MM_VERSION=4.9.1 # Build argument to set Mattermost edition ARG edition=enterprise