Skip to content

Commit

Permalink
Merge pull request #22 from dappnode/dappnodebot/bump-upstream/prysma…
Browse files Browse the repository at this point in the history
…ticlabs/[email protected],dappnode/[email protected]

bump prysmaticlabs/prysm to v5.2.0, dappnode/staker-package-scripts to v0.1.1
  • Loading branch information
pablomendezroyo authored Dec 23, 2024
2 parents 282fd45 + 08a2e0d commit 56ffadc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"upstream": [
{
"repo": "prysmaticlabs/prysm",
"version": "v5.1.0",
"version": "v5.2.0",
"arg": "UPSTREAM_VERSION"
},
{
"repo": "dappnode/staker-package-scripts",
"version": "v0.1.0",
"version": "v0.1.1",
"arg": "STAKER_SCRIPTS_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,8 +4,8 @@ services:
build:
context: beacon-chain
args:
UPSTREAM_VERSION: v5.1.0
STAKER_SCRIPTS_VERSION: v0.1.0
UPSTREAM_VERSION: v5.2.0
STAKER_SCRIPTS_VERSION: v0.1.1
DATA_DIR: /data
volumes:
- beacon-chain-data:/data
Expand All @@ -22,8 +22,8 @@ services:
build:
context: validator
args:
UPSTREAM_VERSION: v5.1.0
STAKER_SCRIPTS_VERSION: v0.1.0
UPSTREAM_VERSION: v5.2.0
STAKER_SCRIPTS_VERSION: v0.1.1
DATA_DIR: /root/.eth2validators
restart: on-failure
environment:
Expand Down
2 changes: 1 addition & 1 deletion package_variants/holesky/dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prysm-holesky.dnp.dappnode.eth",
"version": "0.1.4",
"version": "0.1.6",
"links": {
"ui": "http://brain.web3signer-holesky.dappnode",
"homepage": "https://prysmaticlabs.com/",
Expand Down
2 changes: 1 addition & 1 deletion package_variants/mainnet/dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prysm.dnp.dappnode.eth",
"version": "3.0.16",
"version": "3.0.18",
"links": {
"ui": "http://brain.web3signer.dappnode",
"homepage": "https://prysmaticlabs.com/",
Expand Down

0 comments on commit 56ffadc

Please sign in to comment.