Skip to content

Commit

Permalink
update rust (nightly) for rocket compilation (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
waghanza committed Jun 18, 2018
1 parent 4be7650 commit 00be3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/rocket/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM rust

WORKDIR /usr/src/app

RUN rustup default nightly-2018-06-05
RUN rustup default nightly

COPY Cargo.toml ./
COPY src src
Expand Down

0 comments on commit 00be3b1

Please sign in to comment.