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 Jan 6, 2025
1 parent f6fd698 commit 3d74a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ services:
container_name: updater-db

redis:
image: redis:6.2.6
image: redis:7.4.2
command: redis-server
container_name: updater-redis
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- pg_data:/data
container_name: updater-db
redis:
image: redis:6.2.6
image: redis:7.4.2
command: redis-server
container_name: updater-redis

Expand Down

0 comments on commit 3d74a59

Please sign in to comment.