From 5882fbef58c077309334cedbde1fec1f743f7fdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:16:20 +0000 Subject: [PATCH] chore(deps): update mattermost/mattermost-team-edition docker tag to v9.11.2 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 50aeb21..8bf04f5 100755 --- a/build-images.sh +++ b/build-images.sh @@ -3,7 +3,7 @@ # Terminate on error set -e -MATTERMOST_VERSION=9.11.1 +MATTERMOST_VERSION=9.11.2 # Prepare variables for later use images=()