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.