From b5b27f8abeed9d228651c1a04fca2ca385344056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=A2ne=20Pichou?= Date: Fri, 9 Mar 2018 19:15:12 +0100 Subject: [PATCH] Upgrade to 4.7.3 (#244) --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 28f838d..f36a231 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.7.2 +ENV MM_VERSION=4.7.3 # Build argument to set Mattermost edition ARG edition=enterprise