From 8e25a380a6fa62ae9bc1df4a539cc9d6818a4a31 Mon Sep 17 00:00:00 2001 From: Jean-Michel Vien VA2XJM Date: Wed, 21 Jul 2021 20:38:43 -0400 Subject: [PATCH] Image tag update Quick image tag update. That fixed many bugs especially with the incident response plugin. --- env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.example b/env.example index e4e3b13..76766e7 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.36 +MATTERMOST_IMAGE_TAG=5.37 ## 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