From b33714e24be3453334489f9781d9cb53455e292e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 01:47:08 +0000 Subject: [PATCH] Bump rust from 1.74.0 to 1.74.1 Bumps rust from 1.74.0 to 1.74.1. --- updated-dependencies: - dependency-name: rust dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 85e2193..efd298f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.74.0 AS chef +FROM rust:1.74.1 AS chef # We only pay the installation cost once, # it will be cached from the second build onwards RUN cargo install cargo-chef