From 7129b7c0e36cc569c9e6cde35437513949637876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 14:50:12 +0000 Subject: [PATCH] Bump rust from 1.71 to 1.72 Bumps rust from 1.71 to 1.72. --- updated-dependencies: - dependency-name: rust dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.nocache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 096b434..1ffb668 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.71 AS chef +FROM rust:1.72 AS chef RUN cargo install cargo-chef FROM chef AS planner diff --git a/Dockerfile.nocache b/Dockerfile.nocache index 5c15699..465fe71 100644 --- a/Dockerfile.nocache +++ b/Dockerfile.nocache @@ -1,4 +1,4 @@ -FROM rust:1.71 as builder +FROM rust:1.72 as builder # Let's switch our working directory to `app` (equivalent to `cd app`) # The `app` folder will be created for us by Docker in case it does not # exist already.