Skip to content

Commit 2aaf43b

Browse files
bump status-im/nimbus-eth2 to v25.9.0, dappnode/staker-package-scripts to v0.1.2 (#41)
Co-authored-by: pablomendezroyo <[email protected]>
1 parent a341044 commit 2aaf43b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.7.1",
5+
"version": "v25.9.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.7.1
13+
UPSTREAM_VERSION: v25.9.0
1414
STAKER_SCRIPTS_VERSION: v0.1.2
1515
DATA_DIR: /home/user/nimbus-eth2/build/data
1616
environment:
@@ -27,7 +27,7 @@ services:
2727
build:
2828
context: validator
2929
args:
30-
UPSTREAM_VERSION: v25.7.1
30+
UPSTREAM_VERSION: v25.9.0
3131
STAKER_SCRIPTS_VERSION: v0.1.2
3232
DATA_DIR: /home/user/nimbus-eth2/build/data
3333
environment:

package_variants/hoodi/dappnode_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nimbus-hoodi.dnp.dappnode.eth",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"links": {
55
"ui": "http://brain.web3signer-hoodi.dappnode",
66
"homepage": "https://nimbus.team/",

package_variants/mainnet/dappnode_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nimbus.dnp.dappnode.eth",
3-
"version": "1.0.20",
3+
"version": "1.0.21",
44
"links": {
55
"ui": "http://brain.web3signer.dappnode",
66
"homepage": "https://nimbus.team/",

0 commit comments

Comments
 (0)