diff --git a/pica-mattermost/Dockerfile b/pica-mattermost/Dockerfile
index a0425445d8d8205b2f64e2046ca075142ac1bd6b..f3ba8369a2fc95c0ccdc794c53f367ac47d9ddf2 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.29.0
+ENV MM_VERSION=5.30.1
 # Get these ids with the output of `id mattermost` on the VM hosting the app
 ARG PUID=5000
 ARG PGID=5000