specify exact version for rust in Dockerfile (#703)

signed commit
This commit is contained in:
Jaden McConkey 2019-12-11 23:11:49 -07:00 committed by Paul Hauner
parent 7f484db524
commit ba1cbbba55

View File

@ -1,4 +1,5 @@
FROM rust:latest
FROM rust:1.39.0
COPY . lighthouse
RUN cd lighthouse && make