Skip to content

Commit

Permalink
Match manifest and compose upstream versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed Sep 25, 2024
1 parent d91e1dd commit f1ba183
Showing 1 changed file with 2 additions and 2 deletions.
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: v5.2.1
UPSTREAM_VERSION: v5.3.0
STAKER_SCRIPTS_VERSION: v0.1.0
BEACON_API_PORT: 3500
DATA_DIR: /root/.lighthouse
Expand All @@ -22,7 +22,7 @@ services:
build:
context: validator
args:
UPSTREAM_VERSION: v5.2.1
UPSTREAM_VERSION: v5.3.0
STAKER_SCRIPTS_VERSION: v0.1.0
DATA_DIR: /root/.lighthouse
restart: unless-stopped
Expand Down

0 comments on commit f1ba183

Please sign in to comment.