Skip to content

Commit

Permalink
Merge pull request #8 from dappnode/dappnodebot/bump-upstream/status-…
Browse files Browse the repository at this point in the history
…im/[email protected],dappnode/[email protected]

bump status-im/nimbus-eth2 to v24.9.0, dappnode/staker-package-scripts to v0.1.0
  • Loading branch information
pablomendezroyo authored Oct 8, 2024
2 parents 9e5dd1b + bc192a0 commit e32b1e9
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": "status-im/nimbus-eth2",
"version": "v24.8.0",
"version": "v24.9.0",
"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 @@ -10,7 +10,7 @@ services:
build:
context: beacon-chain
args:
UPSTREAM_VERSION: v24.8.0
UPSTREAM_VERSION: v24.9.0
STAKER_SCRIPTS_VERSION: v0.1.0
DATA_DIR: /home/user/nimbus-eth2/build/data
environment:
Expand All @@ -26,7 +26,7 @@ services:
build:
context: validator
args:
UPSTREAM_VERSION: v24.8.0
UPSTREAM_VERSION: v24.9.0
STAKER_SCRIPTS_VERSION: v0.1.0
DATA_DIR: /home/user/nimbus-eth2/build/data
environment:
Expand Down

0 comments on commit e32b1e9

Please sign in to comment.