Skip to content

Commit

Permalink
Merge pull request #91 from AvadoDServer/v5.0.2
Browse files Browse the repository at this point in the history
Prysm mainnet v5.0.2
  • Loading branch information
sponnet authored Apr 2, 2024
2 parents 035d809 + b08f75d commit 6634b4e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build/docker-compose-mainnet.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: '3.4'
services:
prysm-beacon-chain-mainnet.avado.dnp.dappnode.eth:
image: 'prysm-beacon-chain-mainnet.avado.dnp.dappnode.eth:0.0.67'
image: 'prysm-beacon-chain-mainnet.avado.dnp.dappnode.eth:0.0.68'
build:
context: ./build
args:
PRYSM_VERSION: v5.0.0
PRYSM_VERSION: v5.0.2
volumes:
- 'data:/data'
ports:
Expand Down
2 changes: 1 addition & 1 deletion build/docker-compose-prater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: ./build
args:
PRYSM_VERSION: v5.0.0
PRYSM_VERSION: v5.0.2
volumes:
- 'data:/data'
ports:
Expand Down
2 changes: 1 addition & 1 deletion build/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: ./build
args:
PRYSM_VERSION: v5.0.0
PRYSM_VERSION: v5.0.2
volumes:
- 'data:/data'
ports:
Expand Down
4 changes: 2 additions & 2 deletions dappnode_package-mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"name": "prysm-beacon-chain-mainnet.avado.dnp.dappnode.eth",
"autoupdate": true,
"title": "ETH2.0 Prysm beacon chain: Mainnet",
"version": "0.0.67",
"upstream": "v5.0.0",
"version": "0.0.68",
"upstream": "v5.0.2",
"shortDescription": "Prysm ETH2.0 Beacon chain (Mainnet)",
"description": "ETH2 Mainnet beacon chain",
"type": "service",
Expand Down
2 changes: 1 addition & 1 deletion dappnode_package-prater.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"autoupdate": true,
"title": "ETH2.0 Prysm beacon chain: Prater testnet",
"version": "0.0.35",
"upstream": "v5.0.0",
"upstream": "v5.0.2",
"shortDescription": "Prysm ETH2.0 Beacon chain (Prater)",
"description": "ETH2 Prater beacon chain",
"type": "service",
Expand Down
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"autoupdate": true,
"title": "ETH2.0 Prysm beacon chain: Mainnet",
"version": "0.0.68",
"upstream": "v5.0.0",
"upstream": "v5.0.2",
"shortDescription": "Prysm ETH2.0 Beacon chain (Mainnet)",
"description": "ETH2 Mainnet beacon chain",
"type": "service",
Expand Down

0 comments on commit 6634b4e

Please sign in to comment.