From e4815a82808fefbe08f1049258e91a18bf2026a3 Mon Sep 17 00:00:00 2001 From: thopic Date: Mon, 10 May 2021 23:18:57 +0200 Subject: [PATCH] [MM] Bump to 5.33.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 88b51a8..b86b2a8 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.33.2 + image: mm_db:5.33.3 read_only: true restart: unless-stopped volumes: @@ -17,7 +17,7 @@ services: context: ./mattermost-docker/app args: - edition=team - image: mm_app:5.33.2 + image: mm_app:5.33.3 depends_on: - db restart: unless-stopped