Skip to content

Commit

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

bump ethereum/go-ethereum to v1.10.4
  • Loading branch information
pablomendezroyo authored Jun 25, 2021
2 parents 665239b + 478fdf2 commit 6f4f999
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
{
"name": "rinkeby.dnp.dappnode.eth",
"version": "0.4.5",
"upstreamVersion": "v1.10.3",
"version": "0.4.10",
"upstreamVersion": "v1.10.4",
"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
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: "3.4"
services:
rinkeby.dnp.dappnode.eth:
image: "rinkeby.dnp.dappnode.eth:0.4.5"
image: "rinkeby.dnp.dappnode.eth:0.4.10"
build:
context: ./build
args:
UPSTREAM_VERSION: v1.10.3
UPSTREAM_VERSION: v1.10.4
volumes:
- "rinkeby:/root/.ethereum/rinkeby"
environment:
Expand Down

0 comments on commit 6f4f999

Please sign in to comment.