Bump docker rust version (#794)
* Bump docker rust version * Improve docker ignore
This commit is contained in:
parent
271fdd4fb9
commit
03443c3e57
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user