Skip to content

Commit dfb5256

Browse files
authored
Merge pull request #21 from dappnode/dappnodebot/bump-upstream/status-im/[email protected],dappnode/[email protected]
bump status-im/nimbus-eth2 to v25.2.0, dappnode/staker-package-scripts to v0.1.1
2 parents ae52080 + 9281af5 commit dfb5256

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dappnode_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"upstream": [
33
{
44
"repo": "status-im/nimbus-eth2",
5-
"version": "v25.1.0",
5+
"version": "v25.2.0",
66
"arg": "UPSTREAM_VERSION"
77
},
88
{

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
build:
1111
context: beacon-chain
1212
args:
13-
UPSTREAM_VERSION: v25.1.0
13+
UPSTREAM_VERSION: v25.2.0
1414
STAKER_SCRIPTS_VERSION: v0.1.1
1515
DATA_DIR: /home/user/nimbus-eth2/build/data
1616
environment:
@@ -26,7 +26,7 @@ services:
2626
build:
2727
context: validator
2828
args:
29-
UPSTREAM_VERSION: v25.1.0
29+
UPSTREAM_VERSION: v25.2.0
3030
STAKER_SCRIPTS_VERSION: v0.1.1
3131
DATA_DIR: /home/user/nimbus-eth2/build/data
3232
environment:

0 commit comments

Comments
 (0)