diff --git a/Dockerfile b/Dockerfile index 392f31f83c..789e94766c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ FROM --platform=${BUILDPLATFORM:-linux/amd64} tonistiigi/xx AS xx # Note: using bookworm base image to match GPU runtime image, otherwise we're # seeing runtime errors due to libc version mismatch. # See: -FROM --platform=${BUILDPLATFORM:-linux/amd64} lukemathwalker/cargo-chef:latest-rust-1.95.0-bookworm AS chef +FROM --platform=${BUILDPLATFORM:-linux/amd64} lukemathwalker/cargo-chef:latest-rust-1.96.0-bookworm AS chef FROM chef AS planner