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 Aug 28, 2024
1 parent 03e0c06 commit fb3d138
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.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 @@ -39,7 +39,7 @@ services:
ipv4_address: 10.1.0.103

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

0 comments on commit fb3d138

Please sign in to comment.