Skip to content

Commit c2194c8

Browse files
bump status-im/nimbus-eth2 to v25.4.1, dappnode/staker-package-scripts to v0.1.2 (#30)
Co-authored-by: pablomendezroyo <[email protected]>
1 parent 7a219fe commit c2194c8

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

0 commit comments

Comments
 (0)