From 1a0eff87d5737d3ac7f88e01cb4dcda1087f53eb Mon Sep 17 00:00:00 2001 From: Carlos Panato Date: Mon, 17 Feb 2020 09:57:28 +0100 Subject: [PATCH] bump mm prod app to 5.20.1 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 2c54176..caf647c 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.20.0 +ENV MM_VERSION=5.20.1 # Build argument to set Mattermost edition ARG edition=enterprise