Skip to content

Commit

Permalink
updated dappnode versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Jun 25, 2021
1 parent 8bf2e5f commit 478fdf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rinkeby.dnp.dappnode.eth",
"version": "0.4.5",
"version": "0.4.10",
"upstreamVersion": "v1.10.4",
"upstreamRepo": "ethereum/go-ethereum",
"upstreamArg": "UPSTREAM_VERSION",
Expand All @@ -9,9 +9,7 @@
"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
@@ -1,7 +1,7 @@
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:
Expand Down

0 comments on commit 478fdf2

Please sign in to comment.