Skip to content

Commit

Permalink
chore(deps): update docker.io/mattermost/mattermost-preview docker ta…
Browse files Browse the repository at this point in the history
…g to v9.11.1
  • Loading branch information
renovate[bot] authored Sep 20, 2024
1 parent bc138d5 commit 528a2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/setup-mattermost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PORT="${MATTERMOST_PORT:-8065}"
API="http://${HOST}:${PORT}/api/v4"
CONTAINER="${MATTERMOST_CONTAINER:-mattermost-mmemoji}"
# Version tags do not seem to be pushed consistently, `latest` may be more recent
TAG="${MATTERMOST_VERSION:-9.7.3@sha256:5bacfc2525b415bb528bf37baa0cb917bec2f92dd117d72783c4c6d7ecf9edbd}"
TAG="${MATTERMOST_VERSION:-9.11.1@sha256:9c0f05762e133f598b056199c01466b40050675b7c8d243951950686d95e562c}"

if ! docker info >/dev/null 2>&1; then
echo '>>> Docker needs to installed and running!'
Expand Down

0 comments on commit 528a2bc

Please sign in to comment.