[MM] Prepare testing before upgrade

This commit is contained in:
thopic 2021-12-10 23:22:37 +01:00
parent 75a354372b
commit 9e8c4c6ed0
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.0.2
ENV MM_VERSION=6.1.0
# Build argument to set Mattermost edition
ARG PUID=2000

View File

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