[MM] Bump to 7.0.0

This commit is contained in:
thopic 2022-06-23 12:03:41 +02:00
parent f69c39465c
commit 31794f93f0
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.4.1
ENV MM_VERSION=7.0.0
# Build argument to set Mattermost edition
ARG PUID=2000

View File

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