diff --git a/pica-mattermost/Dockerfile b/pica-mattermost/Dockerfile
index ce14970828be85fd6424c9f3e9ee20b18cfe7c60..2a5e7392c6d61414bf0988d64538d61da89c2ee0 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.31.1
+ENV MM_VERSION=5.32.1
 # 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 e542e876ce56952d2ffd60d056aa977ab5ba85c6..505281378973cbf57187105d2028af1cfc8c0d9c 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.31.1
+    image: registry.picasoft.net/pica-mattermost:5.32.1
     build: .
     container_name: mattermost-app
     volumes: