Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #60 from dappnode/dappnodebot/bump-upstream/lighth…
Browse files Browse the repository at this point in the history
…ouse@v5.1.3

bump sigp/lighthouse to v5.1.3
  • Loading branch information
Marketen authored Apr 3, 2024
2 parents fce39c8 + c705833 commit 1edd22a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lighthouse.dnp.dappnode.eth",
"version": "1.0.10",
"upstreamVersion": "v5.1.0",
"version": "1.0.11",
"upstreamVersion": "v5.1.3",
"architectures": ["linux/amd64", "linux/arm64"],
"upstreamRepo": "sigp/lighthouse",
"shortDescription": "Lighthouse ETH2.0 Beacon chain + validator",
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: beacon-chain
args:
UPSTREAM_VERSION: v5.1.0
UPSTREAM_VERSION: v5.1.3
volumes:
- "beacon-data:/root/.lighthouse"
ports:
Expand All @@ -26,7 +26,7 @@ services:
build:
context: validator
args:
UPSTREAM_VERSION: v5.1.0
UPSTREAM_VERSION: v5.1.3
restart: unless-stopped
security_opt:
- "seccomp:unconfined"
Expand Down

0 comments on commit 1edd22a

Please sign in to comment.