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.9.0
  • Loading branch information
renovate[bot] authored May 31, 2024
1 parent 3ea8cf9 commit 83e8065
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.9.0@sha256:3738df6c7fe1421c93b65f6e82cac87b7e6225288014f55b8b298c048ea0adc9}"

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

0 comments on commit 83e8065

Please sign in to comment.