From 503eb0e21a8763fd1c93955f556907bf4a6982cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20COMBEAU?= Date: Mon, 11 Oct 2021 15:54:49 +0200 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 03cb1fd..dee9151 100644 --- a/env.example +++ b/env.example @@ -56,7 +56,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.38 +MATTERMOST_IMAGE_TAG=5.39 ## 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