Skip to content

Commit

Permalink
Bump docker rust version (sigp#794)
Browse files Browse the repository at this point in the history
* Bump docker rust version

* Improve docker ignore
  • Loading branch information
paulhauner authored Jan 10, 2020
1 parent 271fdd4 commit 03443c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tests/ef_tests/eth2.0-spec-tests
target/
*.tar.gz
*.data
*.tar.gz
.git
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.39.0 AS builder
FROM rust:1.40.0 AS builder
COPY . lighthouse
RUN cd lighthouse && make && cargo clean

Expand Down

0 comments on commit 03443c3

Please sign in to comment.