From 32f5ffedd8ac673d1418325d25fc3b03b65c8ef7 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Tue, 25 Aug 2020 02:50:39 +0200 Subject: Bump Dockerfile nightly version --- Dockerfile.alpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile.alpine') diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 1dcb023..2cfb54c 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-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 -- cgit v1.2.3