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

Commit

Permalink
Merge pull request #107 from dappnode/dappnodebot/bump-upstream/lodes…
Browse files Browse the repository at this point in the history
[email protected]

bump ChainSafe/lodestar to v1.18.0
  • Loading branch information
nflaig authored Apr 23, 2024
2 parents 9112fd7 + 9a6f3ff commit 66f9c8f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 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.dnp.dappnode.eth",
"version": "0.1.13",
"upstreamVersion": "v1.17.0",
"version": "0.1.14",
"upstreamVersion": "v1.18.0",
"architectures": ["linux/amd64", "linux/arm64"],
"upstreamRepo": "ChainSafe/lodestar",
"upstreamArg": "UPSTREAM_VERSION",
Expand Down
24 changes: 12 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
version: "3.5"
services:
beacon-chain:
image: "beacon-chain.lodestar.dnp.dappnode.eth:0.1.0"
image: beacon-chain.lodestar.dnp.dappnode.eth:0.1.0
build:
context: beacon-chain
args:
UPSTREAM_VERSION: v1.17.0
UPSTREAM_VERSION: v1.18.0
volumes:
- "beacon-data:/var/lib/data"
- beacon-data:/var/lib/data
ports:
- "9112:9112/tcp"
- "9112:9112/udp"
- 9112:9112/tcp
- 9112:9112/udp
restart: unless-stopped
security_opt:
- "seccomp:unconfined"
- seccomp:unconfined
environment:
DEBUG_LEVEL: info
BEACON_API_PORT: 3500
Expand All @@ -23,20 +23,20 @@ services:
FEE_RECIPIENT_ADDRESS: ""
MEMORY_LIMIT: 8192
validator:
image: "validator.lodestar.dnp.dappnode.eth:0.1.0"
image: validator.lodestar.dnp.dappnode.eth:0.1.0
build:
context: validator
args:
UPSTREAM_VERSION: v1.17.0
UPSTREAM_VERSION: v1.18.0
volumes:
- "validator-data:/var/lib/data"
- validator-data:/var/lib/data
restart: unless-stopped
security_opt:
- "seccomp:unconfined"
- seccomp:unconfined
environment:
DEBUG_LEVEL: info
HTTP_WEB3SIGNER: "http://web3signer.web3signer.dappnode:9000"
BEACON_NODE_ADDR: "http://beacon-chain.lodestar.dappnode:3500"
HTTP_WEB3SIGNER: http://web3signer.web3signer.dappnode:9000
BEACON_NODE_ADDR: http://beacon-chain.lodestar.dappnode:3500
GRAFFITI: validating_from_DAppNode
EXTRA_OPTS: ""
FEE_RECIPIENT_ADDRESS: ""
Expand Down

0 comments on commit 66f9c8f

Please sign in to comment.