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] authored Oct 7, 2024
1 parent 86cab31 commit 301a545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/.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.14
image: redis:7.4.1
ports:
- 6379:6379

Expand Down
2 changes: 1 addition & 1 deletion template/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- "5432"

redis:
image: redis:5.0.14
image: redis:7.4.1
ports:
- "6379"

Expand Down

0 comments on commit 301a545

Please sign in to comment.