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

Commit

Permalink
bump ethereum/go-ethereum to v1.14.3 (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: dsimog01 <[email protected]>
  • Loading branch information
github-actions[bot] and dsimog01 authored May 15, 2024
1 parent 70d5ce9 commit ec69b47
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": "lukso-geth.dnp.dappnode.eth",
"version": "0.1.1",
"upstreamVersion": "v1.14.0",
"upstreamVersion": "v1.14.3",
"upstreamRepo": "ethereum/go-ethereum",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Geth execution client for LUKSO network",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: ./geth
args:
UPSTREAM_VERSION: v1.14.0
UPSTREAM_VERSION: v1.14.3
volumes:
- lukso:/lukso
ports:
Expand Down

0 comments on commit ec69b47

Please sign in to comment.