Skip to content

Commit

Permalink
bump prysmaticlabs/prysm to v5.1.0, dappnode/staker-package-scripts t…
Browse files Browse the repository at this point in the history
…o v0.1.0 (#4)

Co-authored-by: dappnodedev <[email protected]>
  • Loading branch information
github-actions[bot] and dappnodedev authored Sep 23, 2024
1 parent 873a4e5 commit dacef6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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": "prysmaticlabs/prysm",
"version": "v5.0.4",
"version": "v5.1.0",
"arg": "UPSTREAM_VERSION"
},
{
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ services:
build:
context: beacon-chain
args:
UPSTREAM_VERSION: v5.0.4
UPSTREAM_VERSION: v5.1.0
STAKER_SCRIPTS_VERSION: v0.1.0
DATA_DIR: /data
volumes:
- "beacon-chain-data:/data"
- beacon-chain-data:/data
restart: unless-stopped
environment:
CHECKPOINT_SYNC_URL: ""
Expand All @@ -22,11 +22,11 @@ services:
build:
context: validator
args:
UPSTREAM_VERSION: v5.0.4
UPSTREAM_VERSION: v5.1.0
STAKER_SCRIPTS_VERSION: v0.1.0
DATA_DIR: /root/.eth2validators
volumes:
- "validator-data:/root/.eth2validators"
- validator-data:/root/.eth2validators
restart: on-failure
environment:
LOG_TYPE: INFO
Expand Down
2 changes: 1 addition & 1 deletion package_variants/lukso/dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"optionalDependencies": {
"lukso-geth.dnp.dappnode.eth": ">=0.1.3"
}
}
}

0 comments on commit dacef6f

Please sign in to comment.