From 42a1e3122cf1702e1d2d6b22970eaf9d705a4bf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 11:06:19 +0200 Subject: [PATCH] build(deps): bump lukemathwalker/cargo-chef (#10314) Bumps lukemathwalker/cargo-chef from latest-rust-1.97.1-bookworm to latest-rust-1.98.0-bookworm. --- updated-dependencies: - dependency-name: lukemathwalker/cargo-chef dependency-version: latest-rust-1.98.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 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