From a3e59ee9d0f58de36a73ff9fbad0e21a37401a48 Mon Sep 17 00:00:00 2001
From: Quentin Duchemin <quentinduchemin@tuta.io>
Date: Thu, 9 Apr 2020 17:36:48 +0200
Subject: [PATCH] [Mattermost] Bump to 5.21.0

---
 pica-mattermost/Dockerfile         | 2 +-
 pica-mattermost/docker-compose.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pica-mattermost/Dockerfile b/pica-mattermost/Dockerfile
index 1867c5b..15a969f 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.20.1
+ENV MM_VERSION=5.21.0
 # Get these ids with the output of `id mattermost` on the VM hosting the app
 ARG PUID=5000
 ARG PGID=5000
diff --git a/pica-mattermost/docker-compose.yml b/pica-mattermost/docker-compose.yml
index 44d9cd1..0a56c85 100644
--- a/pica-mattermost/docker-compose.yml
+++ b/pica-mattermost/docker-compose.yml
@@ -16,7 +16,7 @@ volumes:
 
 services:
   mattermost:
-    image: registry.picasoft.net/pica-mattermost:5.20.1
+    image: registry.picasoft.net/pica-mattermost:5.21.0
     container_name: mattermost-app
     links:
       - mattermost-db:mattermost-db
-- 
GitLab