From eaa01709f5dfcfb836cd0e4b87f26a4b20707f92 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Fri, 13 Nov 2020 19:28:17 +0100 Subject: [PATCH] Compile on stable --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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