e4a7d01e10
* Upgrade to Rust v1.63.0 * Add nightly_clippy_allows * Resolve some new clippy nightly lints * Increase QUIC packets completion timeout * Update quinn-udp crate Co-authored-by: Michael Vines <mvines@gmail.com> |
||
---|---|---|
.. | ||
Dockerfile | ||
README.md | ||
build.sh |
README.md
Docker image containing rust and some preinstalled packages used in CI.
NOTE: Recreate rust-nightly docker image after this when updating the stable rust version! Both of docker images must be updated in tandem.
This image manually maintained:
- Edit
Dockerfile
to match the desired rust version - Run
docker login
to enable pushing images to Docker Hub, if you're authorized. - Run
./build.sh
to publish the new image, if you are a member of the Solana Labs Docker Hub organization.