Skip to content

Commit

Permalink
Merge pull request #90 from dappnode/dappnodebot/bump-upstream/go-eth…
Browse files Browse the repository at this point in the history
…ereum@v1.13.15

bump ethereum/go-ethereum to v1.13.15
  • Loading branch information
alexpeterson91 authored Apr 20, 2024
2 parents f2f12cd + ec3ca7e commit 01eb4fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.43",
"upstreamVersion": "v1.13.14",
"version": "0.1.44",
"upstreamVersion": "v1.13.15",
"upstreamRepo": "ethereum/go-ethereum",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Geth is the official Go implementation of the Ethereum protocol.",
Expand Down
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
version: "3.5"
services:
geth.dnp.dappnode.eth:
image: "geth.dnp.dappnode.eth:0.1.38"
image: geth.dnp.dappnode.eth:0.1.38
build:
context: .
args:
UPSTREAM_VERSION: v1.13.14
UPSTREAM_VERSION: v1.13.15
volumes:
- "geth:/root/.ethereum"
- geth:/root/.ethereum
environment:
- "EXTRA_OPTION=--http.api eth,engine,net,web3,txpool"
- EXTRA_OPTION=--http.api eth,engine,net,web3,txpool
- P2P_PORT=30403
- SYNCMODE=snap
ports:
- "30403:30403/tcp"
- "30403:30403/udp"
- 30403:30403/tcp
- 30403:30403/udp
restart: unless-stopped
volumes:
geth: {}

0 comments on commit 01eb4fb

Please sign in to comment.