Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

Commit baab1fc

Browse files
authored
rls: use nightly (#97)
1 parent 0a5856c commit baab1fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dockerfiles/rust/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ COPY . .
44
RUN CGO_ENABLED=0 GOBIN=/usr/local/bin go install github.com/sourcegraph/lsp-adapter
55

66
FROM rust:jessie
7+
RUN rustup default nightly
78
RUN rustup update
89
RUN rustup component add rls-preview rust-analysis rust-src
910

0 commit comments

Comments
 (0)