[MM] Bump to 5.33.3

This commit is contained in:
thopic 2021-05-10 23:18:57 +02:00
parent e440847fca
commit e4815a8280
Signed by: thopic
GPG Key ID: 292DBBF0B54AD4C5

View File

@ -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