docker-rust icon indicating copy to clipboard operation
docker-rust copied to clipboard

Nightly not nightly?

Open rauchg opened this issue 8 years ago • 2 comments
trafficstars

Somehow, when I use your image nightly-slim, I end up with rustc --version yielding 1.15.0-nightly, whereas rustup gives me 1.16.0-nightly on my mac.

Shouldn't it be always fetching the latest upon build?

Thanks for the great images btw!

rauchg avatar Jan 10 '17 06:01 rauchg

If you look inside the Dockerfile, it's running rustup with the version set to nightly. This will always yield the latest version of rust. Try updating your container

codebam avatar Jun 23 '17 06:06 codebam

I am getting this issue as well. I installed docker and this image for the first time today, RUN rustc --version gives me 1.17.0 whereas the current nightly version today is 1.21.0.

rbalicki2 avatar Jul 27 '17 21:07 rbalicki2