Skip to content

Commit 2aeb676

Browse files
authored
bump to Nimbus v25.11.1
bump status-im/nimbus-eth2 to v25.11.1, dappnode/staker-package-scripts to v0.1.2
2 parents 5327dca + a5d01f8 commit 2aeb676

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.11.0",
5+
"version": "v25.11.1",
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.11.0
13+
UPSTREAM_VERSION: v25.11.1
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.11.0
30+
UPSTREAM_VERSION: v25.11.1
3131
STAKER_SCRIPTS_VERSION: v0.1.2
3232
DATA_DIR: /home/user/nimbus-eth2/build/data
3333
environment:

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.22",
3+
"version": "1.0.23",
44
"links": {
55
"ui": "http://brain.web3signer.dappnode",
66
"homepage": "https://nimbus.team/",

0 commit comments

Comments
 (0)