Skip to content

Commit

Permalink
Bump geth to v1.9.6 and migrate to directory version
Browse files Browse the repository at this point in the history
  • Loading branch information
eduadiez committed Oct 21, 2019
1 parent 336dd1a commit 0766425
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ethereum/client-go:v1.9.4 as geth
FROM ethereum/client-go:v1.9.6 as geth

# Pull Geth into a second stage deploy alpine container
FROM alpine:edge
Expand Down
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rinkeby.dnp.dappnode.eth",
"version": "0.4.0",
"upstreamVersion": "1.9.4",
"upstreamVersion": "1.9.6",
"shortDescription": "Ethereum testnet with Geth's PoA Protocol",
"description": "Rinkeby network's consensus algorithm is Proof of Authority and is only supported by Geth. You can explore the chain on [etherscan](https://rinkeby.etherscan.io/",
"type": "library",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
rinkeby.dnp.dappnode.eth:
image: 'rinkeby.dnp.dappnode.eth:0.3.0'
image: 'rinkeby.dnp.dappnode.eth:0.4.0'
build: ./build
volumes:
- 'rinkeby:/root/.ethereum/rinkeby'
Expand Down

0 comments on commit 0766425

Please sign in to comment.