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

Commit

Permalink
Merge pull request #101 from dappnode/dappnodebot/bump-upstream/lodes…
Browse files Browse the repository at this point in the history
…tar@v1.12.0

bump ChainSafe/lodestar to v1.12.0
  • Loading branch information
nflaig authored Nov 9, 2023
2 parents 7cc01c5 + dd6e0ee commit 8c0ca17
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-prater.dnp.dappnode.eth",
"version": "0.1.7",
"upstreamVersion": "v1.11.1",
"version": "0.1.8",
"upstreamVersion": "v1.12.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 @@ -5,7 +5,7 @@ services:
build:
context: beacon-chain
args:
UPSTREAM_VERSION: v1.11.1
UPSTREAM_VERSION: v1.12.0
volumes:
- "beacon-data:/var/lib/data"
ports:
Expand All @@ -27,7 +27,7 @@ services:
build:
context: validator
args:
UPSTREAM_VERSION: v1.11.1
UPSTREAM_VERSION: v1.12.0
volumes:
- "validator-data:/var/lib/data"
restart: unless-stopped
Expand Down

0 comments on commit 8c0ca17

Please sign in to comment.