From afd29a40b7397cbd88a9edd9cb7872e5ae8b016d Mon Sep 17 00:00:00 2001 From: thopic Date: Tue, 15 Jun 2021 09:49:33 +0200 Subject: [PATCH] [MM] Bump to 5.35.3 --- 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 205e83b..40aa1bd 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.1 + image: mm_db:5.35.3 read_only: true restart: unless-stopped volumes: @@ -17,7 +17,7 @@ services: context: ./mattermost-docker/app args: - edition=team - image: mm_app:5.35.1 + image: mm_app:5.35.3 depends_on: - db restart: unless-stopped