From c5f96ad8b842a5ffe8f0536e7d7f4e91fda0e577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 09:06:37 +0000 Subject: [PATCH] Bump lukemathwalker/cargo-chef (#715) Bumps lukemathwalker/cargo-chef from latest-rust-1.67.0 to latest-rust-1.67.1. --- 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 007d17d4..03717d96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lukemathwalker/cargo-chef:latest-rust-1.67.0 AS chef +FROM lukemathwalker/cargo-chef:latest-rust-1.67.1 AS chef WORKDIR app FROM chef AS planner