Skip to content

Commit

Permalink
bump status-im/nimbus-eth2 to v24.8.0, dappnode/staker-package-script…
Browse files Browse the repository at this point in the history
…s to v0.1.0 (#6)

Co-authored-by: dappnodedev <[email protected]>
  • Loading branch information
github-actions[bot] and dappnodedev authored Sep 10, 2024
1 parent f10ad69 commit bc8e85a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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.6.0",
"version": "v24.8.0",
"arg": "UPSTREAM_VERSION"
},
{
Expand Down
8 changes: 2 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
version: "3.6"
services:
# Proxy to forward legacy requests to beacon-validator instead of beacon-chain or validator
beacon-validator:
build:
context: proxy
depends_on:
- beacon-chain
- validator

beacon-chain:
build:
context: beacon-chain
args:
UPSTREAM_VERSION: v24.6.0
UPSTREAM_VERSION: v24.8.0
STAKER_SCRIPTS_VERSION: v0.1.0
DATA_DIR: /home/user/nimbus-eth2/build/data
environment:
Expand All @@ -24,12 +22,11 @@ services:
- nimbus-data:/home/user/nimbus-eth2/build/data
restart: unless-stopped
stop_grace_period: 1m

validator:
build:
context: validator
args:
UPSTREAM_VERSION: v24.6.0
UPSTREAM_VERSION: v24.8.0
STAKER_SCRIPTS_VERSION: v0.1.0
DATA_DIR: /home/user/nimbus-eth2/build/data
environment:
Expand All @@ -40,7 +37,6 @@ services:
EXTRA_OPTS: ""
volumes:
- nimbus-validators-data:/home/user/nimbus-eth2/build/data

restart: unless-stopped
stop_grace_period: 1m
volumes:
Expand Down

0 comments on commit bc8e85a

Please sign in to comment.