From b4af7cfb3a03930fe16cef776f9dd09a5d0081ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 19:20:12 +0000 Subject: [PATCH] chore(deps): update mattermost/mattermost-team-edition docker tag to v10 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 8bf04f5..952b4cf 100755 --- a/build-images.sh +++ b/build-images.sh @@ -3,7 +3,7 @@ # Terminate on error set -e -MATTERMOST_VERSION=9.11.2 +MATTERMOST_VERSION=10.1.2 # Prepare variables for later use images=()