From c9cc81895ac0b18426e34fad4d566f3f1edd525e Mon Sep 17 00:00:00 2001 From: Compilenix Date: Tue, 10 Apr 2018 19:24:34 +0200 Subject: [PATCH] Upgrade mattermost to v4.8.1 (#255) --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 4746d76..4ad4ff1 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.0 +ENV MM_VERSION=4.8.1 # Build argument to set Mattermost edition ARG edition=enterprise