From 325015bccf4291fd989d646feec3bd6ad1fb4855 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 02:24:13 +0000 Subject: [PATCH] Bump lukemathwalker/cargo-chef Bumps lukemathwalker/cargo-chef from latest-rust-1.84.1 to latest-rust-1.97.1. --- updated-dependencies: - dependency-name: lukemathwalker/cargo-chef dependency-version: latest-rust-1.97.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..249e712 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.97.1 AS chef WORKDIR /rust_parser FROM chef AS planner