From f8e31f28785e9a6a37b9ea903a4fee90f42589bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Thu, 16 Feb 2023 15:01:35 +0100 Subject: [PATCH] Update mattermost to use a static image --- examples/mattermost/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mattermost/.env b/examples/mattermost/.env index 0529e673f..66838c17c 100644 --- a/examples/mattermost/.env +++ b/examples/mattermost/.env @@ -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=master +MATTERMOST_IMAGE_TAG=7.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.