From 14eae8db8be660f978193808ac1130bfb4096624 Mon Sep 17 00:00:00 2001
From: cmallarm <cmallarm@picasoft.net>
Date: Sat, 27 Mar 2021 15:15:09 +0100
Subject: [PATCH] [mattermost] bump to 5.33.2

---
 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 7b0ced5..2256c4e 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.33.0
+ENV MM_VERSION=5.33.2
 # 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 306829f..65cb977 100644
--- a/pica-mattermost/docker-compose.yml
+++ b/pica-mattermost/docker-compose.yml
@@ -17,7 +17,7 @@ volumes:
 
 services:
   mattermost:
-    image: registry.picasoft.net/pica-mattermost:5.33.0
+    image: registry.picasoft.net/pica-mattermost:5.33.2
     build: .
     container_name: mattermost-app
     volumes:
-- 
GitLab