-
Notifications
You must be signed in to change notification settings - Fork 393
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
Build failure when pulled in via cargo-outdated #1092
Comments
Which version of
you were using or installing? |
This does not look related to |
Thank you for the replies so far. How can cargo be outdated if I am using the most recent Rust image? 1.82-slim-bullseye was published only four days ago. |
https://crates.io/crates/cargo-outdated The latest cargo-outdated (0.15.0) depends on an outdated |
Thank you for the hint. I will move this to |
I try do define a Rust base image to be used in several CI pipelines. This is what a MWE looks like:
Note that I install
curl
andgit
viaapt
. Before addingcurl
the container build fine. After addingcurl
I got the following error message:I find that puzzling and wanted to report the bug here. If you think the responsibility is with
cargo-outdated
, let me know. I'll open the ticket there.edit: I forgot to add that this error appears when setting
RUST_VERSION=1.82.0
.The text was updated successfully, but these errors were encountered: