From dc20cfb66cdb75ab53c350b5a11138b6c523a970 Mon Sep 17 00:00:00 2001 From: Miroslav Kovar Date: Sun, 4 Oct 2020 13:35:52 +0200 Subject: [PATCH] Use older rustc to compile libindy Signed-off-by: Miroslav Kovar --- ci/libvcx-ubuntu.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/libvcx-ubuntu.dockerfile b/ci/libvcx-ubuntu.dockerfile index 8bb239c2e0..cab4d45d57 100644 --- a/ci/libvcx-ubuntu.dockerfile +++ b/ci/libvcx-ubuntu.dockerfile @@ -5,7 +5,7 @@ ARG UID=1000 ARG INDYSDK_PATH=/home/indy/indy-sdk ARG INDYSDK_REVISION=v1.15.0 ARG INDYSDK_REPO=https://github.com/hyperledger/indy-sdk -ARG RUST_VER=nightly +ARG RUST_VER=nightly-2020-08-20 # Install dependencies RUN apt-get update && \