From 9e8c4c6ed0f599e70afc1734fc6bc9b000c9e328 Mon Sep 17 00:00:00 2001 From: thopic Date: Fri, 10 Dec 2021 23:22:37 +0100 Subject: [PATCH] [MM] Prepare testing before upgrade --- mattermost/testing/Dockerfile | 2 +- mattermost/testing/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mattermost/testing/Dockerfile b/mattermost/testing/Dockerfile index 9e935eb..c723954 100644 --- a/mattermost/testing/Dockerfile +++ b/mattermost/testing/Dockerfile @@ -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 diff --git a/mattermost/testing/docker-compose.yml b/mattermost/testing/docker-compose.yml index c980cc9..c8ce2c7 100644 --- a/mattermost/testing/docker-compose.yml +++ b/mattermost/testing/docker-compose.yml @@ -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