aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-08-25 00:50:39 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2020-08-25 00:50:39 +0000
commit32f5ffedd8ac673d1418325d25fc3b03b65c8ef7 (patch)
treea5268120c8ae3411a0a600047b64c68471ddaa1b /Dockerfile
parentFix formatting (diff)
downloadminiserve-32f5ffedd8ac673d1418325d25fc3b03b65c8ef7.tar.gz
miniserve-32f5ffedd8ac673d1418325d25fc3b03b65c8ef7.zip
Bump Dockerfile nightly version
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 6999f97..417d69f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ FROM rust as builder
ENV APP_HOME /usr/src/app/
-RUN rustup default nightly-2020-07-20
+RUN rustup default nightly-2020-08-21
RUN rustup target add x86_64-unknown-linux-musl
RUN apt update && apt-get install -y upx musl-tools