[MM] Prepare testing before upgrade
This commit is contained in:
parent
75a354372b
commit
9e8c4c6ed0
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user