Skip to content

Commit 4f9c503

Browse files
authored
Merge pull request #41 from dappnode/dappnodebot/bump-upstream/sigp/lighthouse@v8.0.0,dappnode/staker-package-scripts@v0.1.2
bump sigp/lighthouse to v8.0.0, dappnode/staker-package-scripts to v0.1.2
2 parents 8fe5ae7 + 915b8db commit 4f9c503

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dappnode_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"upstream": [
33
{
44
"repo": "sigp/lighthouse",
5-
"version": "v7.1.0",
5+
"version": "v8.0.0",
66
"arg": "UPSTREAM_VERSION"
77
},
88
{

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
build:
55
context: beacon-chain
66
args:
7-
UPSTREAM_VERSION: v7.1.0
7+
UPSTREAM_VERSION: v8.0.0
88
STAKER_SCRIPTS_VERSION: v0.1.2
99
BEACON_API_PORT: 3500
1010
DATA_DIR: /root/.lighthouse
@@ -22,7 +22,7 @@ services:
2222
build:
2323
context: validator
2424
args:
25-
UPSTREAM_VERSION: v7.1.0
25+
UPSTREAM_VERSION: v8.0.0
2626
STAKER_SCRIPTS_VERSION: v0.1.2
2727
DATA_DIR: /root/.lighthouse
2828
restart: unless-stopped

0 commit comments

Comments
 (0)