We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cbc74f commit b83f0e2Copy full SHA for b83f0e2
Dockerfile
@@ -2,7 +2,7 @@
2
### STAGE 0: Create base chef image for building
3
### Use a Debian bookworm-based Rust image so GLIBC matches the final runtime (bookworm ships glibc 2.36)
4
### cargo-chef is then installed into this pinned base
5
-FROM --platform=$TARGETPLATFORM rust:1.90-bookworm AS chef
+FROM --platform=$TARGETPLATFORM rust:bookworm AS chef
6
7
RUN cargo install cargo-chef
8
0 commit comments