diff --git a/Dockerfile b/Dockerfile index 20f308d..79ed431 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.81 AS base +FROM rust:1.82 AS base RUN cargo install cargo-chef WORKDIR /app