From 608f6493238e7e229fa17af2d71fb377f78a8b65 Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Mon, 29 Jul 2019 15:31:47 +0200 Subject: [PATCH] bump to 5.13.2 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 8d40f32..b7158ce 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.13.1 +ENV MM_VERSION=5.13.2 # Build argument to set Mattermost edition ARG edition=enterprise