diff --git a/Containerfile b/Containerfile index bbb8b07..6bbe016 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/rustlang/rust:nightly AS chef +FROM docker.io/rustlang/rust:1.93 AS chef WORKDIR /app RUN cargo install cargo-chef && rm -rf $CARGO_HOME/registry/