From 91b2e6b09008065b64e7c0cb50b48b27d92d7a7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 21:34:43 -0700 Subject: [PATCH] Bump lukemathwalker/cargo-chef (#546) Bumps lukemathwalker/cargo-chef from latest-rust-1.63 to latest-rust-1.64.0. --- updated-dependencies: - dependency-name: lukemathwalker/cargo-chef dependency-type: direct:production ... Signed-off-by: dependabot[bot] 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 9d25c2b..7c6ddc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lukemathwalker/cargo-chef:latest-rust-1.63 AS chef +FROM lukemathwalker/cargo-chef:latest-rust-1.64.0 AS chef WORKDIR app FROM chef AS planner