From 14f07da741cde24a74f272834ac1e7997ce0cddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 21:40:39 +0000 Subject: [PATCH] Bump lukemathwalker/cargo-chef (#1196) Bumps lukemathwalker/cargo-chef from latest-rust-1.71.1 to latest-rust-1.72.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 b6dacc5..6b14e8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lukemathwalker/cargo-chef:latest-rust-1.71.1 AS chef +FROM lukemathwalker/cargo-chef:latest-rust-1.72.0 AS chef WORKDIR app FROM chef AS planner