diff --git a/Dockerfile b/Dockerfile index 46ea786f8e..74cdb0a824 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.97.1-bookworm AS chef +FROM --platform=${BUILDPLATFORM:-linux/amd64} lukemathwalker/cargo-chef:latest-rust-1.98.0-bookworm AS chef FROM chef AS planner