Skip to content

Commit

Permalink
Update redis Docker tag to v5.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 12, 2023
1 parent 5e8f499 commit 649995f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
- actinia-dev

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

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

0 comments on commit 649995f

Please sign in to comment.