Skip to content

Commit

Permalink
Merge pull request #12 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.10.3
  • Loading branch information
pablomendezroyo authored Oct 29, 2024
2 parents b5a6252 + a271979 commit fc70a7b
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.10.2",
"version": "24.10.3",
"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.10.2
UPSTREAM_VERSION: 24.10.3
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.10.2
UPSTREAM_VERSION: 24.10.3
STAKER_SCRIPTS_VERSION: v0.1.0
DATA_DIR: /opt/teku/data
environment:
Expand Down

0 comments on commit fc70a7b

Please sign in to comment.