We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ce96b commit f96b0b1Copy full SHA for f96b0b1
rust/rocket/Dockerfile
@@ -2,7 +2,7 @@ FROM rust
2
3
WORKDIR /usr/src/app
4
5
-RUN rustup default nightly
+RUN rustup default nightly-2018-06-18
6
7
COPY Cargo.toml ./
8
COPY src src
0 commit comments