diff --git a/pica-mattermost/Dockerfile b/pica-mattermost/Dockerfile
index e7bcef344d78231b382f1a224d9943bd9a6e4598..d2d1945cfc0f4b04a1f49eca18e67c341e4982dc 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.3
+ENV MM_VERSION=5.34.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 e28c7c2fd11c9409ec0a9121145ac626034a0353..ef3f2a001da2d838b9cacd656a1bc08ddb442470 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.3
+    image: registry.picasoft.net/pica-mattermost:5.34.1
     build: .
     container_name: mattermost-app
     volumes: