aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile.alpine
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.alpine')
-rw-r--r--Dockerfile.alpine1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile.alpine b/Dockerfile.alpine
index dc6d918..f99d757 100644
--- a/Dockerfile.alpine
+++ b/Dockerfile.alpine
@@ -4,7 +4,6 @@ FROM rust as builder
ENV APP_HOME /usr/src/app/
-RUN rustup default nightly-2020-09-22
RUN rustup target add x86_64-unknown-linux-musl
RUN apt update && apt-get install -y upx musl-tools