Skip to content

Commit

Permalink
Update redis Docker tag to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 19, 2024
1 parent ba3037f commit e0ddcde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- 5432:5432

redis:
image: redis:5.0.8
image: redis:7.4.0
ports:
- 6379:6379

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- db-data:/var/lib/postgresql/data

redis:
image: redis:6.2.14
image: redis:7.4.0
ports:
- "6379"

Expand Down

0 comments on commit e0ddcde

Please sign in to comment.