From 3b77e1130cfd530f932318aaa364b57d1f5b0538 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 09:06:44 +0000 Subject: Bump lukemathwalker/cargo-chef (#781) Bumps lukemathwalker/cargo-chef from latest-rust-1.67.1 to latest-rust-1.68.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 9125eea0..9b6734d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lukemathwalker/cargo-chef:latest-rust-1.67.1 AS chef +FROM lukemathwalker/cargo-chef:latest-rust-1.68.0 AS chef WORKDIR app FROM chef AS planner -- cgit v1.2.3