chore(deps): update redis docker tag to v8.2.0 (#13577)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-05 18:01:42 -04:00
committed by GitHub
parent f8a0a7e194
commit 25bc9ba00b
4 changed files with 4 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ jobs:
- 5432:5432
redis:
image: 'redis:8.0.3'
image: 'redis:8.2.0'
# Set health checks to wait until redis has started
options: >-
--health-cmd "redis-cli ping"