From 83bb072deb611785a3581ec3f334dd7f2860ee94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 14:25:06 +0000 Subject: [PATCH] Bump rust from 1.72 to 1.76 Bumps rust from 1.72 to 1.76. --- 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 1ffb668..ff840f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.72 AS chef +FROM rust:1.76 AS chef RUN cargo install cargo-chef FROM chef AS planner diff --git a/Dockerfile.nocache b/Dockerfile.nocache index 465fe71..c28957d 100644 --- a/Dockerfile.nocache +++ b/Dockerfile.nocache @@ -1,4 +1,4 @@ -FROM rust:1.72 as builder +FROM rust:1.76 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.