From ecabd813a69d4b8bdd048f515677bf990cf2e4e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 07:55:43 +0200 Subject: [PATCH] build(deps): bump lukemathwalker/cargo-chef (#9819) Bumps lukemathwalker/cargo-chef from latest-rust-1.96.1-bookworm to latest-rust-1.97.0-bookworm. --- updated-dependencies: - dependency-name: lukemathwalker/cargo-chef dependency-version: latest-rust-1.97.0-bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4078598d52..501646fd63 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.96.1-bookworm AS chef +FROM --platform=${BUILDPLATFORM:-linux/amd64} lukemathwalker/cargo-chef:latest-rust-1.97.0-bookworm AS chef FROM chef AS planner