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 Jul 30, 2024
1 parent d0bda9e commit f52dedb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- actinia-test

redis-test:
image: redis:5.0.4-alpine
image: redis:7.4.0-alpine
volumes:
- ./redis_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 @@ -21,7 +21,7 @@ services:
- actinia

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

0 comments on commit f52dedb

Please sign in to comment.