From af6cdd1127177c770c8df4622289809069963ee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 02:23:42 +0000 Subject: [PATCH] Bump lukemathwalker/cargo-chef Bumps lukemathwalker/cargo-chef from latest-rust-1.84.1 to latest-rust-1.96.1. --- updated-dependencies: - dependency-name: lukemathwalker/cargo-chef dependency-version: latest-rust-1.96.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2a844a0..a98f618 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Leveraging the pre-built Docker images with # cargo-chef and the Rust toolchain # https://www.lpalmieri.com/posts/fast-rust-docker-builds/ -FROM --platform=${BUILDPLATFORM:-linux/amd64} lukemathwalker/cargo-chef:latest-rust-1.84.1 AS chef +FROM --platform=${BUILDPLATFORM:-linux/amd64} lukemathwalker/cargo-chef:latest-rust-1.96.1 AS chef WORKDIR /rust_parser FROM chef AS planner