From 54d82526c9bb2e413b8bba5811ad753b823c4431 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Fri, 19 Jul 2019 21:36:37 +0200 Subject: [PATCH] bump to 5.12.5 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index cec01c1..89f43c7 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.9 # Some ENV variables ENV PATH="/mattermost/bin:${PATH}" -ENV MM_VERSION=5.12.4 +ENV MM_VERSION=5.12.5 # Build argument to set Mattermost edition ARG edition=enterprise