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 30, 2024
1 parent b4aa3e0 commit cde747a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ports:
- 57010:27017
redis:
image: redis:6.2-alpine
image: redis:7.4-alpine
ports:
- 56310:6379

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

redis:
restart: always
image: redis:6.2-alpine
image: redis:7.4-alpine
networks:
- internal_network
volumes:
Expand Down

0 comments on commit cde747a

Please sign in to comment.