We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fe5ae7 + 915b8db commit 4f9c503Copy full SHA for 4f9c503
2 files changed
dappnode_package.json
@@ -2,7 +2,7 @@
2
"upstream": [
3
{
4
"repo": "sigp/lighthouse",
5
- "version": "v7.1.0",
+ "version": "v8.0.0",
6
"arg": "UPSTREAM_VERSION"
7
},
8
docker-compose.yml
@@ -4,7 +4,7 @@ services:
build:
context: beacon-chain
args:
- UPSTREAM_VERSION: v7.1.0
+ UPSTREAM_VERSION: v8.0.0
STAKER_SCRIPTS_VERSION: v0.1.2
9
BEACON_API_PORT: 3500
10
DATA_DIR: /root/.lighthouse
@@ -22,7 +22,7 @@ services:
22
23
context: validator
24
25
26
27
28
restart: unless-stopped
0 commit comments