Compile on stable
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user