Skip to content

Commit

Permalink
chore(deps): update redis docker tag to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 12, 2024
1 parent e727630 commit f6f2b6d
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 @@ -28,7 +28,7 @@ jobs:
- 5432:5432

redis:
image: redis:5.0.8
image: redis:7.2.5
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 @@ -39,7 +39,7 @@ services:
ipv4_address: 10.1.0.103

redis:
image: redis:6.2.14
image: redis:7.2.5
ports:
- "6379"
networks:
Expand Down

0 comments on commit f6f2b6d

Please sign in to comment.