Skip to content

Commit f96b0b1

Browse files
authored
specify nightly to compile rocket (rsut) (#269)
1 parent c6ce96b commit f96b0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/rocket/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM rust
22

33
WORKDIR /usr/src/app
44

5-
RUN rustup default nightly
5+
RUN rustup default nightly-2018-06-18
66

77
COPY Cargo.toml ./
88
COPY src src

0 commit comments

Comments
 (0)