From 3a00bbc3813ea103dfdb6325b17e2c9b57329883 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Sat, 17 Aug 2019 11:37:38 +0200 Subject: [PATCH] bump mattermost --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 3de107b..fd1f7d6 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.13.2 +ENV MM_VERSION=5.14.0 # Build argument to set Mattermost edition ARG edition=enterprise