From 0a41a9c12f974507650487201094348fc119371a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 08:52:56 +0100 Subject: [PATCH] Bump lukemathwalker/cargo-chef (#1109) Bumps lukemathwalker/cargo-chef from latest-rust-1.70.0 to latest-rust-1.71.0. --- updated-dependencies: - dependency-name: lukemathwalker/cargo-chef 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 5a77646..e28d63c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lukemathwalker/cargo-chef:latest-rust-1.70.0 AS chef +FROM lukemathwalker/cargo-chef:latest-rust-1.71.0 AS chef WORKDIR app FROM chef AS planner