Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #26 from javahippie/develop
Browse files Browse the repository at this point in the history
#25 - Upgrade to Geth 1.8.15
  • Loading branch information
Tim Zöller authored Sep 23, 2018
2 parents c84151b + 38ffdaa commit e14b0da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
build:
context: ./bootnode
args:
binary: geth-alltools-linux-amd64-1.8.14-316fc7ec.tar.gz
binary: geth-alltools-linux-amd64-1.8.15-89451f7c.tar.gz
ports:
- 30301:30301/udp
networks:
Expand All @@ -25,7 +25,7 @@ services:
build:
context: ./miner
args:
binary: geth-linux-amd64-1.8.14-316fc7ec.tar.gz
binary: geth-linux-amd64-1.8.15-89451f7c.tar.gz
privatekey: df504d175ae63abf209bad9dda965310d99559620550e74521a6798a41215f46 # Please don't do something like this in production, okay?
password: pass
container_name: geth-miner-1
Expand Down Expand Up @@ -53,7 +53,7 @@ services:
build:
context: ./miner
args:
binary: geth-linux-amd64-1.8.14-316fc7ec.tar.gz
binary: geth-linux-amd64-1.8.15-89451f7c.tar.gz
privatekey: bc5b578e0dcb2dbf98dd6e5fe62cb5a28b84a55e15fc112d4ca88e1f62bd7c35
password: word
container_name: geth-miner-2
Expand Down Expand Up @@ -81,7 +81,7 @@ services:
build:
context: ./node
args:
binary: geth-linux-amd64-1.8.14-316fc7ec.tar.gz
binary: geth-linux-amd64-1.8.15-89451f7c.tar.gz
privatekey: bc5b578e0dcb2dbf98dd6e5fe62cb5a28b84a55e15fc112d4ca88e1f62bd7c35
password: word
container_name: geth-miner-3
Expand Down

0 comments on commit e14b0da

Please sign in to comment.