From e31e65ffea2e7b4d0e4cbe0cf5d3daa62c8e362e Mon Sep 17 00:00:00 2001 From: streamer45 Date: Tue, 20 Jun 2023 16:05:59 -0600 Subject: [PATCH] Bump MM image version to latest ESR --- env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.example b/env.example index 006d683..bf20dc8 100644 --- a/env.example +++ b/env.example @@ -61,7 +61,7 @@ MM_BLEVESETTINGS_INDEXDIR=/mattermost/bleve-indexes ## This will be 'mattermost-enterprise-edition' or 'mattermost-team-edition' based on the version of Mattermost you're installing. MATTERMOST_IMAGE=mattermost-enterprise-edition -MATTERMOST_IMAGE_TAG=7.1 +MATTERMOST_IMAGE_TAG=7.8 ## Make Mattermost container readonly. This interferes with the regeneration of root.html inside the container. Only use ## it if you know what you're doing.