Skip to content

Commit

Permalink
Use older rustc to compile libindy
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Kovar <[email protected]>
  • Loading branch information
mirgee committed Oct 4, 2020
1 parent 782895a commit dc20cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/libvcx-ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit dc20cfb

Please sign in to comment.