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 Aug 17, 2023
1 parent 7bec8e7 commit c93a5d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
- actinia-dev

redis:
image: redis:5.0.4-alpine
image: redis:7.2.0-alpine
volumes:
- ./redis_data:/data
environment:
Expand All @@ -63,7 +63,7 @@ services:
- actinia-dev

redis-queue:
image: redis:5.0.4-alpine
image: redis:7.2.0-alpine
volumes:
- ./redis_queue_data:/data
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- redis

redis:
image: redis:5.0.4-alpine
image: redis:7.2.0-alpine
volumes:
- ./redis_data:/data
environment:
Expand Down

0 comments on commit c93a5d1

Please sign in to comment.