Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] docker: don't ignore version tag when consolidating dependencies #3251

Closed
wants to merge 1 commit into from

Commits on Mar 9, 2021

  1. docker: don't ignore version tag when consolidating dependencies

    This causes the docker file parser to consider the tag in addition to
    the image name when extracting depenencies. Previously php:8.0.1-apache and
    php:8.0.1-cli would be treated as the same dependency which caused them
    to both get updated to php:8.0.3-apache. With the change they are
    treated as separate dependencies and get updated to php:8.0.3-apache and
    php:8.0.3-cli in separate PRs.
    mctofu committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    c7dcac9 View commit details
    Browse the repository at this point in the history