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.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Apr 25, 2023
1 parent 3871c97 commit d2cc6fc
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": "goerli-geth.dnp.dappnode.eth",
"version": "0.4.30",
"upstreamVersion": "v1.11.5",
"upstreamVersion": "v1.11.6",
"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.11.5
UPSTREAM_VERSION: v1.11.6
volumes:
- "goerli:/goerli"
ports:
Expand Down

0 comments on commit d2cc6fc

Please sign in to comment.