Skip to content

Commit

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

bump ConsenSys/teku to 24.12.1
  • Loading branch information
pablomendezroyo authored Dec 23, 2024
2 parents b608ce2 + 9835039 commit 310bdb8
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
Expand Up @@ -2,7 +2,7 @@
"upstream": [
{
"repo": "ConsenSys/teku",
"version": "24.8.0",
"version": "24.12.1",
"arg": "UPSTREAM_VERSION"
}
],
Expand Down Expand Up @@ -30,5 +30,5 @@
},
"requirements": {
"minimumDappnodeVersion": "0.2.101"
},
}
}
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.12.1
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.12.1
STAKER_SCRIPTS_VERSION: v0.1.0
DATA_DIR: /opt/teku/data
environment:
Expand Down

0 comments on commit 310bdb8

Please sign in to comment.