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 #30 from javahippie/upgrade-to-geth-1.8.16-issue-#29
Browse files Browse the repository at this point in the history
issue #29, upgrade to geth 1.8.16
  • Loading branch information
Tim Zöller authored Sep 29, 2018
2 parents e14b0da + 01d8409 commit 559b1d9
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.15-89451f7c.tar.gz
binary: geth-alltools-linux-amd64-1.8.16-477eb093.tar.gz
ports:
- 30301:30301/udp
networks:
Expand All @@ -25,7 +25,7 @@ services:
build:
context: ./miner
args:
binary: geth-linux-amd64-1.8.15-89451f7c.tar.gz
binary: geth-linux-amd64-1.8.16-477eb093.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.15-89451f7c.tar.gz
binary: geth-linux-amd64-1.8.16-477eb093.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.15-89451f7c.tar.gz
binary: geth-linux-amd64-1.8.16-477eb093.tar.gz
privatekey: bc5b578e0dcb2dbf98dd6e5fe62cb5a28b84a55e15fc112d4ca88e1f62bd7c35
password: word
container_name: geth-miner-3
Expand Down

0 comments on commit 559b1d9

Please sign in to comment.