From b4a7a183345e3cd7e654e0a7d596f2684bcdb0cd Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 4 Sep 2018 13:29:00 -0700 Subject: [PATCH] Update README.md --- ci/docker-rust-nightly/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/docker-rust-nightly/README.md b/ci/docker-rust-nightly/README.md index b6d1511ce4..62741deb1b 100644 --- a/ci/docker-rust-nightly/README.md +++ b/ci/docker-rust-nightly/README.md @@ -14,7 +14,7 @@ introduce breaking changes. To update the pinned version: 1. Locally update the `ARG nightly=xyz` line in `ci/docker-rust-nightly/Dockerfile` 1. Run `ci/docker-rust-nightly/build.sh` to rebuild the nightly image locally -1. Run `ci/docker-run.sh --nopull solanalabs/rust-nightly ci/test-nightly.sh` to +1. Run `SOLANA_DOCKER_RUN_NOSETUID=1 ci/docker-run.sh --nopull solanalabs/rust-nightly ci/test-nightly.sh` to confirm the new nightly image builds. Fix any issues as needed 1. Run `CI=true ci/docker-rust-nightly/build.sh` to push the new nightly image to dockerhub.com. **Note that all CI may be broken now until the next step is completed.**