diff --git a/mattermost/app/Dockerfile b/mattermost/app/Dockerfile
index 2baa52a9a5ae6bcc83471ac4a24e964ce2693f29..f0c1fa5823d5169efd8ca985c66fac2e9ece4362 100644
--- a/mattermost/app/Dockerfile
+++ b/mattermost/app/Dockerfile
@@ -5,7 +5,7 @@ ENV PATH="/mattermost/bin:${PATH}"
 RUN apt-get update && apt-get -y install curl netcat
 RUN mkdir -p /mattermost/data
 
-ENV MM_VERSION=3.8.0
+ENV MM_VERSION=3.8.1
 
 RUN curl https://releases.mattermost.com/$MM_VERSION/mattermost-team-$MM_VERSION-linux-amd64.tar.gz | tar -xvz
 
diff --git a/mattermost/app/Dockerfile-enterprise b/mattermost/app/Dockerfile-enterprise
index 2a4753b3d542d3f2337a3922da11d755551d05e5..7a1df3b8611c4d75a3136983310cc14d2e2af06a 100644
--- a/mattermost/app/Dockerfile-enterprise
+++ b/mattermost/app/Dockerfile-enterprise
@@ -5,7 +5,7 @@ ENV PATH="/mattermost/bin:${PATH}"
 RUN apt-get update && apt-get -y install curl netcat
 RUN mkdir -p /mattermost/data
 
-ENV MM_VERSION=3.8.0
+ENV MM_VERSION=3.8.1
 
 RUN curl https://releases.mattermost.com/$MM_VERSION/mattermost-$MM_VERSION-linux-amd64.tar.gz | tar -xvz