[MM] Bump to 6.4.1

This commit is contained in:
thopic 2022-02-28 19:01:46 +01:00
parent a80052e2f0
commit a20bec6c79
Signed by: thopic
GPG Key ID: 292DBBF0B54AD4C5
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM alpine:3.11
# Some ENV variables
ENV PATH="/mattermost/bin:${PATH}"
ENV MM_VERSION=6.1.0
ENV MM_VERSION=6.4.1
# Build argument to set Mattermost edition
ARG PUID=2000

View File

@ -12,7 +12,7 @@ services:
app:
build: .
image: mm_app:6.1.0
image: mm_app:6.4.1
depends_on:
- db
restart: unless-stopped