From 4c3937b24bd422ccbe8c3fd95794f4b46e418c2c Mon Sep 17 00:00:00 2001 From: thopic Date: Tue, 31 Aug 2021 17:19:28 +0200 Subject: [PATCH] [MM] Bump to 5.38.2 --- mattermost/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mattermost/docker-compose.yml b/mattermost/docker-compose.yml index c5a0a52..5a3a72e 100644 --- a/mattermost/docker-compose.yml +++ b/mattermost/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: db: build: ./mattermost-docker/db - image: mm_db:5.35.4 + image: mm_db:5.38.2 read_only: true restart: unless-stopped volumes: @@ -17,7 +17,7 @@ services: context: ./mattermost-docker/app args: - edition=team - image: mm_app:5.35.4 + image: mm_app:5.38.2 depends_on: - db restart: unless-stopped