Skip to content

Commit

Permalink
bump ConsenSys/teku to 24.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Oct 29, 2024
1 parent b5a6252 commit a271979
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 a271979

Please sign in to comment.