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 Sep 30, 2024
1 parent 017d5cd commit 2b6bbf7
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 @@ -45,5 +45,5 @@ services:

importer-redis:
command: [ "redis-server", "--appendonly", "yes", "--port", "6379" ]
image: redis:6-alpine
image: redis:7-alpine
container_name: sis-importer-redis
2 changes: 1 addition & 1 deletion docker-compose.fd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ services:
importer-redis:
command: [ "redis-server", "--appendonly", "yes", "--port", "6379" ]
container_name: sis-importer-redis
image: redis:5.0.7
image: redis:7.4.0
ports:
- 16379: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 @@ -87,7 +87,7 @@ services:
importer-redis:
command: ["redis-server", "--appendonly", "yes", "--port", "6379"]
container_name: sis-redis
image: redis:5.0.7
image: redis:7.4.0
volumes:
- sis-importer-redis:/data

Expand Down

0 comments on commit 2b6bbf7

Please sign in to comment.