Skip to content

Commit

Permalink
Merge pull request #11 from dappnode/dappnodebot/bump-upstream/Consen…
Browse files Browse the repository at this point in the history
…Sys/teku@24.10.2

bump ConsenSys/teku to 24.10.2
  • Loading branch information
pablomendezroyo authored Oct 17, 2024
2 parents 582a327 + fc562ea commit b5a6252
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"upstream": [
{
"repo": "ConsenSys/teku",
"version": "24.8.0",
"version": "24.10.2",
"arg": "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: 24.8.0
UPSTREAM_VERSION: 24.10.2
STAKER_SCRIPTS_VERSION: v0.1.0
DATA_DIR: /opt/teku/data
environment:
Expand All @@ -19,7 +19,7 @@ services:
build:
context: validator
args:
UPSTREAM_VERSION: 24.8.0
UPSTREAM_VERSION: 24.10.2
STAKER_SCRIPTS_VERSION: v0.1.0
DATA_DIR: /opt/teku/data
environment:
Expand Down

0 comments on commit b5a6252

Please sign in to comment.