diff --git a/Dockerfile b/Dockerfile index 381ccd7..07ca3b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.71.1 AS chef +FROM rust:1.72.0 AS chef # We only pay the installation cost once, # it will be cached from the second build onwards RUN cargo install cargo-chef