chore(deps): update redis docker tag to v8.6.0#7182
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on March 6
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| # Redis server to manage request queues and results | ||
| megalinter_server_redis: | ||
| image: redis:8.4.0-alpine | ||
| image: redis:8.6.0-alpine |
There was a problem hiding this comment.
Redis image tag does not exist
Medium Severity
docker-compose.yml and docker-compose-dev.yml now reference redis:8.6.0-alpine, but that tag is not published on Docker Hub. Pulling the service fails, so the Redis container cannot start and dependent API workflows fail in these compose environments.
Additional Locations (1)
✅
|
86b85c1 to
e75426f
Compare



This PR contains the following updates:
8.4.0-alpine→8.6.0-alpineWarning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Note
Low Risk
Compose-only dependency bump; risk is limited to potential Redis behavior/regression changes when running the stack with the updated image.
Overview
Bumps the Redis Docker image used by both
server/docker-compose.ymlandserver/docker-compose-dev.ymlfromredis:8.4.0-alpinetoredis:8.6.0-alpineto keep local/dev and standard compose setups on the newer Redis patch/minor release.Written by Cursor Bugbot for commit e75426f. This will update automatically on new commits. Configure here.