Skip to content

Commit

Permalink
Use upstream 5.0.4 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev authored Sep 26, 2024
1 parent 8377185 commit 8b9a467
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1.0",
"version": "v5.0.4",
"arg": "UPSTREAM_VERSION"
},
{
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: beacon-chain
args:
UPSTREAM_VERSION: v5.1.0
UPSTREAM_VERSION: v5.0.4
STAKER_SCRIPTS_VERSION: v0.1.0
DATA_DIR: /data
volumes:
Expand All @@ -22,7 +22,7 @@ services:
build:
context: validator
args:
UPSTREAM_VERSION: v5.1.0
UPSTREAM_VERSION: v5.0.4
STAKER_SCRIPTS_VERSION: v0.1.0
DATA_DIR: /root/.eth2validators
volumes:
Expand Down

0 comments on commit 8b9a467

Please sign in to comment.