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 Apr 16, 2024
1 parent 857cf39 commit e2e7075
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.4-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.4-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 @@ -20,7 +20,7 @@ services:
- redis

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

0 comments on commit e2e7075

Please sign in to comment.