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

Commit

Permalink
bump ethereum/go-ethereum to v1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Oct 12, 2023
1 parent 60c0d42 commit bf30c91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "goerli-geth.dnp.dappnode.eth",
"version": "0.4.34",
"upstreamVersion": "v1.13.1",
"version": "0.4.35",
"upstreamVersion": "v1.13.3",
"upstreamRepo": "ethereum/go-ethereum",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Goerli is an Ethereum testnet merged with the Prater Beacon Chain",
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.1
UPSTREAM_VERSION: v1.13.3
volumes:
- "goerli:/goerli"
ports:
Expand Down

0 comments on commit bf30c91

Please sign in to comment.