Skip to content

Conversation

@azh-r
Copy link

@azh-r azh-r commented Jan 27, 2026

Summary of changes

The cargo-chef:latest-rust-1 has been updated since this doc was originally written and now compiles the Rust program with a later version of libc, than is used in the runtime images. Without a fix like this, programs will fail to build with an error like:

/usr/local/bin/myapp: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /usr/local/bin/myapp)

The `cargo-chef:latest-rust-1` has been updated since this doc was originally written and now compiles the Rust program with a later version of libc, than is used in the runtime images. Without a fix like this, programs will fail to build with an error like:

```/usr/local/bin/myapp: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /usr/local/bin/myapp)```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant