Skip to content

Commit

Permalink
bump ethereum/go-ethereum to v1.13.13 (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: alexpeterson91 <alexpeterson91@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and alexpeterson91 authored Feb 26, 2024
1 parent 79f6de1 commit 81f49d4
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": "geth.dnp.dappnode.eth",
"version": "0.1.42",
"upstreamVersion": "v1.13.1",
"version": "0.1.43",
"upstreamVersion": "v1.13.13",
"upstreamRepo": "ethereum/go-ethereum",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Geth is the official Go implementation of the Ethereum protocol.",
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.13
volumes:
- "geth:/root/.ethereum"
environment:
Expand Down

0 comments on commit 81f49d4

Please sign in to comment.