Skip to content

Commit b83f0e2

Browse files
committed
loosen build stage image to rust bookworm
1 parent 3cbc74f commit b83f0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
### STAGE 0: Create base chef image for building
33
### Use a Debian bookworm-based Rust image so GLIBC matches the final runtime (bookworm ships glibc 2.36)
44
### cargo-chef is then installed into this pinned base
5-
FROM --platform=$TARGETPLATFORM rust:1.90-bookworm AS chef
5+
FROM --platform=$TARGETPLATFORM rust:bookworm AS chef
66

77
RUN cargo install cargo-chef
88

0 commit comments

Comments
 (0)