From 1f2adc1aebc75ed2ceb12a05c5d05c1e0298966a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20H=C3=BCster?= Date: Fri, 29 Jul 2022 09:58:52 +0200 Subject: [PATCH] update to latest ESR 7.1 --- env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.example b/env.example index 46141cb..43c1d86 100644 --- a/env.example +++ b/env.example @@ -60,7 +60,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=6.3 +MATTERMOST_IMAGE_TAG=7.1 ## 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.