Skip to content

Commit

Permalink
bump ledgerwatch/erigon to v2.60.5, dappnode/staker-package-scripts t…
Browse files Browse the repository at this point in the history
…o v0.1.0 (#5)

Co-authored-by: dappnodedev <[email protected]>
  • Loading branch information
github-actions[bot] and dappnodedev authored Aug 8, 2024
1 parent b7b73a1 commit 9bec066
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"upstream": [
{
"repo": "ledgerwatch/erigon",
"version": "v2.60.2",
"version": "v2.60.5",
"arg": "UPSTREAM_VERSION"
},
{
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ services:
build:
context: erigon
args:
UPSTREAM_VERSION: v2.60.2
UPSTREAM_VERSION: v2.60.5
STAKER_SCRIPTS_VERSION: v0.1.0
DATA_DIR: /home/erigon/.local/share
volumes:
- "data:/home/erigon/.local/share"
- data:/home/erigon/.local/share
environment:
EXTRA_OPTS: "--http.api=engine,eth,erigon,web3,net,debug,trace,txpool"
restart: unless-stopped
Expand Down

0 comments on commit 9bec066

Please sign in to comment.