weixin_39819393 2020-11-29 10:38 采纳率: 0%
浏览 0

Possible bug in dockerfile support

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

  • 写回答

5条回答 默认 最新

  • weixin_39819393 2020-11-29 10:38
    关注

    Dependabot should be able to handle the 3.6.3-alpine3.6 -> 3.6.4-alpine3.6 update just fine. I'll have a dig.

    评论

报告相同问题?