Skip to content

Commit

Permalink
Merge pull request #32 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 4bdb81c + fe37e4b commit 1970e24
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 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": "sepolia-geth.dnp.dappnode.eth",
"version": "0.1.3",
"upstreamVersion": "v1.13.14",
"upstreamVersion": "v1.13.15",
"upstreamRepo": "ethereum/go-ethereum",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Execution client Geth for Sepolia (a PoS test network for Ethereum)",
Expand Down
16 changes: 9 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
version: "3.5"
services:
geth:
image: "geth.sepolia-geth.dnp.dappnode.eth:0.1.1"
image: geth.sepolia-geth.dnp.dappnode.eth:0.1.1
build:
context: .
args:
UPSTREAM_VERSION: v1.13.14
UPSTREAM_VERSION: v1.13.15
volumes:
- "sepolia:/sepolia"
- sepolia:/sepolia
ports:
- "35415:35415/tcp"
- "35415:35415/udp"
- 35415:35415/tcp
- 35415:35415/udp
restart: unless-stopped
environment:
EXTRA_OPTIONS: "--http.api eth,engine,net,web3,txpool --ws.api eth,engine,net,web3,txpool"
EXTRA_OPTIONS: >-
--http.api eth,engine,net,web3,txpool --ws.api
eth,engine,net,web3,txpool
P2P_PORT: 35415
SYNCMODE: "snap"
SYNCMODE: snap
volumes:
sepolia: {}

0 comments on commit 1970e24

Please sign in to comment.