Skip to content

Commit

Permalink
Merge pull request #34 from dappnode/dappnodebot/bump-upstream/ethere…
Browse files Browse the repository at this point in the history
…um/go-ethereum@v1.14.0

bump ethereum/go-ethereum to v1.14.0
  • Loading branch information
alexpeterson91 authored Apr 26, 2024
2 parents 1970e24 + 86bbed2 commit 26a5cd3
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": "sepolia-geth.dnp.dappnode.eth",
"version": "0.1.3",
"upstreamVersion": "v1.13.15",
"upstreamVersion": "v1.14.0",
"upstreamRepo": "ethereum/go-ethereum",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Execution client Geth for Sepolia (a PoS test network for Ethereum)",
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: .
args:
UPSTREAM_VERSION: v1.13.15
UPSTREAM_VERSION: v1.14.0
volumes:
- sepolia:/sepolia
ports:
Expand Down

0 comments on commit 26a5cd3

Please sign in to comment.