Skip to content

Commit

Permalink
Merge pull request #24 from dappnode/dappnodebot/bump-upstream/go-eth…
Browse files Browse the repository at this point in the history
…ereum@v1.10.5

bump ethereum/go-ethereum to v1.10.5
  • Loading branch information
pablomendezroyo authored Jul 16, 2021
2 parents 6f4f999 + eab9938 commit 23c50a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "rinkeby.dnp.dappnode.eth",
"version": "0.4.10",
"upstreamVersion": "v1.10.4",
"upstreamVersion": "v1.10.5",
"upstreamRepo": "ethereum/go-ethereum",
"upstreamArg": "UPSTREAM_VERSION",
"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",
"chain": "ethereum",
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"contributors": ["Eduardo Antuña <eduadiez@gmail.com> (https://github.com/eduadiez)"],
"contributors": [
"Eduardo Antuña <eduadiez@gmail.com> (https://github.com/eduadiez)"
],
"keywords": ["geth", "rinkeby", "ethereum", "testnet", "go-ethereum"],
"categories": ["Developer tools"],
"architectures": ["linux/amd64", "linux/arm64"],
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: ./build
args:
UPSTREAM_VERSION: v1.10.4
UPSTREAM_VERSION: v1.10.5
volumes:
- "rinkeby:/root/.ethereum/rinkeby"
environment:
Expand Down

0 comments on commit 23c50a0

Please sign in to comment.