[MM] Bump to 7.0.1

This commit is contained in:
thopic 2022-07-12 16:36:29 +02:00
parent 31794f93f0
commit 24f2641b05
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=7.0.0
ENV MM_VERSION=7.0.1
# Build argument to set Mattermost edition
ARG PUID=2000

View File

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