From da7fbd7a5350f641ee86fc87c89a26b354d33a4d Mon Sep 17 00:00:00 2001 From: Jean-Michel Vien VA2XJM Date: Wed, 25 Aug 2021 10:05:28 -0400 Subject: [PATCH] Update env.example to reflect latest Mattermost version. --- env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.example b/env.example index 9737bd2..761ca20 100644 --- a/env.example +++ b/env.example @@ -55,7 +55,7 @@ MATTERMOST_CLIENT_PLUGINS_PATH=./volumes/app/mattermost/client/plugins ## 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=5.37 +MATTERMOST_IMAGE_TAG=5.38 ## The app port is only relevant for using Mattermost without the nginx container as reverse proxy. This is not meant ## to be used with the internal HTTP server exposed but rather in case one wants to host several services on one host