diff --git a/Dockerfile b/Dockerfile index 20ba79202a..394884de5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM rust:latest +FROM rust:1.39.0 + COPY . lighthouse RUN cd lighthouse && make