Build docker image with rust 1.32

This commit is contained in:
Michael Vines 2019-02-25 09:16:11 -08:00 committed by GitHub
parent 2fbdec59cb
commit ed684c5ec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if [[ -z $CHANNEL ]]; then
fi
rm -rf usr/
../../ci/docker-run.sh solanalabs/rust:1.31.0 \
../../ci/docker-run.sh solanalabs/rust:1.32.0 \
scripts/cargo-install-all.sh sdk/docker-solana/usr
cp -f ../../run.sh usr/bin/solana-run.sh