-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
Description
The stdlib-js/math-base-napi-unary repo was updated to include git references (in commit d08f2b9) instead of version references (like previously in commit 6fe5d00
This change to point to a git dependency, without an accompanying version update is having unintended effects for working docker containers for instance that were successfully satisfying dependencies without git installed. The official Ghost docker image now can't be built, failing when satisfying dependencies for the Ghost CLI.
Related Issues
Questions
No.
Demo
No response
Reproduction
- Check out the docker repo at https://github.com/docker-library/ghost
- Try to build with: `docker build -f 5/bookworm/Dockerfile .`Expected Results
The docker image is able to pull all dependencies based on the locked versions it uses.Actual Results
The docker image is not able to pull the dependencies for the locked version, because the locked version changed how dependencies were referenced (and possibly the dependencies code) without a corresponding version change.Version
No response
Environments
Node.js
Browser Version
No response
Node.js / npm Version
No response
Platform
No response
Checklist
- Read and understood the Code of Conduct.
- Searched for existing issues and pull requests.
Planeshifter
Metadata
Metadata
Assignees
Labels
No labels