From on December 24, 2017 8:58
I have an outdated 3.6.3 patch version of python in my Dockerfile, while the most recent one is 3.6.4.
So, my question is: why does dependabot ignore this update?
Here are some links to investigate this issue:
- My Dockerfile: https://github.com/wemake-services/wemake-django-template/blob/master/%7B%7Bcookiecutter.project_name%7D%7D/docker/django/Dockerfile#L1
- python's DockerHub: https://hub.docker.com/_/python/
- python:3.6.4-alpine3.7 on DockerHub: https://github.com/docker-library/python/blob/a1aa406bfd8c7b129e6e0ee0ba972b863624ac0d/3.6/alpine3.7/Dockerfile
P.S. Does dependabot handle cases like python:3.6.4-alpine3.6 -> python:3.6.4-alpine3.7?
Copied from original issue: dependabot/feedback#68
该提问来源于开源项目:dependabot/dependabot-core