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

bump hyperledger/besu to 24.12.2 #90

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "besu.public.dappnode.eth",
"version": "1.2.11",
"version": "1.2.12",
"description": "An enterprise-grade Java-based, Apache 2.0 licensed Ethereum Execution Layer client",
"shortDescription": "Java-based Ethereum Client",
"upstreamVersion": "24.7.1",
"upstreamVersion": "24.12.2",
"upstreamRepo": "hyperledger/besu",
"upstreamArg": "UPSTREAM_VERSION",
"type": "service",
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: build
args:
UPSTREAM_VERSION: 24.7.1
UPSTREAM_VERSION: 24.12.2
ports:
- 30414:30414/tcp
- 30414:30414/udp
Expand Down