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 Oct 7, 2024
1 parent e5c4c09 commit fd2582d
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.1
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.1
command: redis-server
container_name: updater-redis

Expand Down

0 comments on commit fd2582d

Please sign in to comment.