From 8a3120db44e4e7c801fca80c05ddfe0f07fcafb8 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin <quentinduchemin@tuta.io> Date: Wed, 26 Feb 2020 18:20:17 +0100 Subject: [PATCH] [Mattermost] Bump to 5.20.1 --- pica-mattermost/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pica-mattermost/Dockerfile b/pica-mattermost/Dockerfile index 925f2b1..93682d5 100644 --- a/pica-mattermost/Dockerfile +++ b/pica-mattermost/Dockerfile @@ -4,7 +4,7 @@ FROM alpine:3.11 ENV PATH="/mattermost/bin:${PATH}" # Picasoft : change these values. The team version is used by default -ENV MM_VERSION=5.19.0 +ENV MM_VERSION=5.20.1 # Get these ids with the output of `id mattermost` on the VM hosting the app ARG PUID=5000 ARG PGID=5000 -- GitLab