Skip to content

Commit

Permalink
update docker builder image
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Ellis <[email protected]>
  • Loading branch information
j16r authored and se3000 committed Jul 21, 2018
1 parent 66d5423 commit fa75b7a
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
Expand Up @@ -11,7 +11,7 @@ solidity/node_modules/
solidity/build/
solidity/.python-version

sgx/target/
**/target/

Dockerfile
chainlink
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Chainlink
FROM smartcontract/builder:1.0.2 as builder
FROM smartcontract/builder:1.0.3 as builder

# Have to reintroduce ENV vars from builder image
ENV PATH /go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Expand Down

0 comments on commit fa75b7a

Please sign in to comment.