From d9657e379187e6f0d351f9d8baf15f964062fdc2 Mon Sep 17 00:00:00 2001
From: Theophane Durand <theophane.durand@etu.utc.fr>
Date: Mon, 12 Oct 2020 19:46:11 +0200
Subject: [PATCH] [MATTERMOST] MaJ vers 5.27

---
 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 8e5f780..f4dd184 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.26.2
+ENV MM_VERSION=5.27.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 e548358..d9627f4 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.26.2
+    image: registry.picasoft.net/pica-mattermost:5.27.0
     build: .
     container_name: mattermost-app
     volumes:
-- 
GitLab