Skip to content

Commit

Permalink
bump status-im/nimbus-eth2 to v24.7.0 (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: alexpeterson91 <alexpeterson91@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and alexpeterson91 authored Aug 5, 2024
1 parent 8f0218d commit e49fe88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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": "nimbus-gnosis.dnp.dappnode.eth",
"version": "0.1.0",
"upstreamVersion": "v24.2.2",
"version": "0.1.1",
"upstreamVersion": "v24.7.0",
"upstreamRepo": "status-im/nimbus-eth2",
"upstreamArg": "UPSTREAM_VERSION",
"architectures": ["linux/amd64"],
Expand Down
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: ./build
args:
UPSTREAM_VERSION: v24.2.2
UPSTREAM_VERSION: v24.7.0
restart: unless-stopped
stop_grace_period: 1m
environment:
Expand All @@ -16,10 +16,10 @@ services:
EXTRA_OPTS: ""
FEE_RECIPIENT_ADDRESS: ""
ports:
- "9106:9106/tcp"
- "9106:9106/udp"
- 9106:9106/tcp
- 9106:9106/udp
volumes:
- "nimbus-data:/home/user/nimbus-eth2/build/data"
image: "beacon-validator.nimbus-gnosis.dnp.dappnode.eth:0.1.0"
- nimbus-data:/home/user/nimbus-eth2/build/data
image: beacon-validator.nimbus-gnosis.dnp.dappnode.eth:0.1.0
volumes:
nimbus-data: {}

0 comments on commit e49fe88

Please sign in to comment.