-
Notifications
You must be signed in to change notification settings - Fork 1k
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
bug: dependabot incorrectly changed from one docker tag to another #3173
Comments
…#630) Bumps node from 15.8.0-alpine to 15.9.0-alpine. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Same for me. It looks like it just grabs the first tag and applies it to all the Dockerfiles. Sarke/docker-php-fiber@66a5b4d
|
Yup, the fix has been released and I tested that it covers both of these reports. We now preserve the distinction between tags like |
Dependabot should not have changed
FROM node:erbium-buster AS local-copy-src
toFROM node:15.9.0-alpine AS local-copy-src
in the file docker/Dockerfile.contrib in this commit.zwave-js/zwave-js-ui@1bb2751#diff-4ddc2e10398d5c169795b7937f893ec72d2619b395259c592156a5dd0b476c9f
We are unclear why it did this.
Note: the change to the other file in this commit was ok.
The text was updated successfully, but these errors were encountered: