aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-09-24 08:55:04 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2020-09-24 08:55:15 +0000
commit63b59a437d77bb517a98f1c5705a89dbca2211f6 (patch)
treed4ac3c18ce193d1b60081eabb4355d4a6ac283db
parentAdd CHANGELOG entry for --title (diff)
downloadminiserve-63b59a437d77bb517a98f1c5705a89dbca2211f6.tar.gz
miniserve-63b59a437d77bb517a98f1c5705a89dbca2211f6.zip
Upgrade to nightly-2020-09-22
-rw-r--r--.github/workflows/publish.yml2
-rw-r--r--Dockerfile2
-rw-r--r--Dockerfile.alpine2
-rw-r--r--rust-toolchain2
4 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 44e66df..8b98ece 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -63,7 +63,7 @@ jobs:
- name: Setup Rust toolchain
uses: actions-rs/toolchain@v1
with:
- toolchain: nightly-2020-07-20
+ toolchain: nightly-2020-09-22
target: ${{ matrix.target }}
override: true
diff --git a/Dockerfile b/Dockerfile
index 417d69f..70a8ff8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ FROM rust as builder
ENV APP_HOME /usr/src/app/
-RUN rustup default nightly-2020-08-21
+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
diff --git a/Dockerfile.alpine b/Dockerfile.alpine
index 2cfb54c..dc6d918 100644
--- a/Dockerfile.alpine
+++ b/Dockerfile.alpine
@@ -4,7 +4,7 @@ FROM rust as builder
ENV APP_HOME /usr/src/app/
-RUN rustup default nightly-2020-08-21
+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
diff --git a/rust-toolchain b/rust-toolchain
index 8c975dc..f17fd00 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1 +1 @@
-nightly-2020-09-08
+nightly-2020-09-22