diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-09-24 08:55:04 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-09-24 08:55:15 +0000 |
commit | 63b59a437d77bb517a98f1c5705a89dbca2211f6 (patch) | |
tree | d4ac3c18ce193d1b60081eabb4355d4a6ac283db | |
parent | Add CHANGELOG entry for --title (diff) | |
download | miniserve-63b59a437d77bb517a98f1c5705a89dbca2211f6.tar.gz miniserve-63b59a437d77bb517a98f1c5705a89dbca2211f6.zip |
Upgrade to nightly-2020-09-22
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/publish.yml | 2 | ||||
-rw-r--r-- | Dockerfile | 2 | ||||
-rw-r--r-- | Dockerfile.alpine | 2 | ||||
-rw-r--r-- | rust-toolchain | 2 |
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 @@ -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 |