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 Jun 28, 2024
1 parent 449c193 commit eac9298
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
<<: *defaults
command: >
sh -c 'redis-server --appendonly yes && redis-cli flushall'
image: redis:6.2.14
image: redis:7.2.5
ports:
- 6379:6379

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.fd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ services:
<<: *defaults
command: 'redis-server --appendonly yes'
container_name: redis
image: redis:6.2.14
image: redis:7.2.5
ports:
- '6379:6379'
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ services:
<<: *defaults
command: 'redis-server --appendonly yes'
container_name: redis
image: redis:6.2.14
image: redis:7.2.5
ports:
- '6379:6379'
volumes:
Expand Down

0 comments on commit eac9298

Please sign in to comment.