Bump docker rust version (#794)

* Bump docker rust version

* Improve docker ignore
This commit is contained in:
Paul Hauner 2020-01-10 16:49:16 +11:00 committed by GitHub
parent 271fdd4fb9
commit 03443c3e57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
tests/ef_tests/eth2.0-spec-tests tests/ef_tests/eth2.0-spec-tests
target/ target/
*.tar.gz
*.data *.data
*.tar.gz
.git .git

View File

@ -1,4 +1,4 @@
FROM rust:1.39.0 AS builder FROM rust:1.40.0 AS builder
COPY . lighthouse COPY . lighthouse
RUN cd lighthouse && make && cargo clean RUN cd lighthouse && make && cargo clean