Upgrade to rust stable 1.35.0 (#4568)

This commit is contained in:
Michael Vines
2019-06-06 09:24:38 -07:00
committed by GitHub
parent aa4a7b0c73
commit 2b98a16ec6
3 changed files with 9 additions and 8 deletions

View File

@ -1,6 +1,7 @@
Docker image containing rust and some preinstalled packages used in CI.
This image may be manually updated by running `./build.sh` if you are a member
of the [Solana Labs](https://hub.docker.com/u/solanalabs/) Docker Hub
organization, but it is also automatically updated periodically by
[this automation](https://buildkite.com/solana-labs/solana-ci-docker-rust).
This image manually maintained:
1. Edit `Dockerfile` to match the desired rust version
2. Run `./build.sh` to publish the new image, if you are a member of the [Solana
Labs](https://hub.docker.com/u/solanalabs/) Docker Hub organization.