diff --git a/Dockerfile b/Dockerfile index 4e711fd..57cea3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,7 @@ FROM rust:1.47 as build_stage # Install build dependencies -RUN rustup update &&\ - rustup default nightly &&\ - rustup target add x86_64-unknown-linux-musl +RUN rustup target add x86_64-unknown-linux-musl # Build project WORKDIR /app