Skip to content

Commit

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

bump ChainSafe/lodestar to v1.20.1
  • Loading branch information
nflaig authored Jul 16, 2024
2 parents 239993a + 0c049ed commit d856ce1
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": "lodestar-holesky.dnp.dappnode.eth",
"version": "0.1.6",
"upstreamVersion": "v1.20.0",
"version": "0.1.7",
"upstreamVersion": "v1.20.1",
"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.20.0
UPSTREAM_VERSION: v1.20.1
volumes:
- beacon-data:/var/lib/data
ports:
Expand All @@ -25,7 +25,7 @@ services:
build:
context: validator
args:
UPSTREAM_VERSION: v1.20.0
UPSTREAM_VERSION: v1.20.1
volumes:
- validator-data:/var/lib/data
restart: unless-stopped
Expand Down

0 comments on commit d856ce1

Please sign in to comment.