Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
bump ethereum/go-ethereum to v1.10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Nov 24, 2021
1 parent 75f8d82 commit 68d6f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ropsten.dnp.dappnode.eth",
"version": "0.3.5",
"upstreamVersion": "v1.10.12",
"upstreamVersion": "v1.10.13",
"upstreamRepo": "ethereum/go-ethereum",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Ethereum testnet with PoW - closest to Mainnet",
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.12
UPSTREAM_VERSION: v1.10.13
volumes:
- "ropsten:/root/.ethereum/"
ports:
Expand Down

0 comments on commit 68d6f17

Please sign in to comment.