Skip to content

Commit

Permalink
Merge pull request #35 from dappnode/dappnodebot/bump-upstream/ChainS…
Browse files Browse the repository at this point in the history
…afe/lodestar@v1.19.0

bump ChainSafe/lodestar to v1.19.0
  • Loading branch information
nflaig authored Jun 7, 2024
2 parents 83ee1ff + 42fd4fe commit 5e369e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lodestar-holesky.dnp.dappnode.eth",
"version": "0.1.5",
"upstreamVersion": "v1.18.1",
"upstreamVersion": "v1.19.0",
"architectures": ["linux/amd64", "linux/arm64"],
"upstreamRepo": "ChainSafe/lodestar",
"upstreamArg": "UPSTREAM_VERSION",
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: beacon-chain
args:
UPSTREAM_VERSION: v1.18.1
UPSTREAM_VERSION: v1.19.0
volumes:
- beacon-data:/var/lib/data
ports:
Expand All @@ -25,7 +25,7 @@ services:
build:
context: validator
args:
UPSTREAM_VERSION: v1.18.1
UPSTREAM_VERSION: v1.19.0
volumes:
- validator-data:/var/lib/data
restart: unless-stopped
Expand Down

0 comments on commit 5e369e0

Please sign in to comment.