Skip to content

Commit

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

bump ConsenSys/web3signer to 24.12.0, dappnode/StakingBrain to 0.1.24, dappnode/staker-package-scripts to v0.1.1
  • Loading branch information
Marketen authored Dec 13, 2024
2 parents e31e4ad + 3d1d158 commit d54e417
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"upstream": [
{
"repo": "ConsenSys/web3signer",
"version": "24.6.0",
"version": "24.12.0",
"arg": "WEB3SIGNER_VERSION"
},
{
"repo": "dappnode/StakingBrain",
"version": "0.1.23",
"version": "0.1.24",
"arg": "BRAIN_VERSION"
},
{
"repo": "dappnode/staker-package-scripts",
"version": "v0.1.0",
"version": "v0.1.1",
"arg": "STAKER_SCRIPTS_VERSION"
}
],
Expand Down
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: services/brain
args:
BRAIN_VERSION: 0.1.23
BRAIN_VERSION: 0.1.24
environment:
- LOG_LEVEL=debug
restart: unless-stopped
Expand All @@ -19,8 +19,8 @@ services:
build:
context: services/web3signer
args:
WEB3SIGNER_VERSION: 24.6.0
STAKER_SCRIPTS_VERSION: v0.1.0
WEB3SIGNER_VERSION: 24.12.0
STAKER_SCRIPTS_VERSION: v0.1.1
POSTGRES_USER: postgres
environment:
JAVA_OPTS: "-Xmx6g"
Expand All @@ -33,7 +33,7 @@ services:
build:
context: services/flyway
args:
WEB3SIGNER_VERSION: 24.6.0
WEB3SIGNER_VERSION: 24.12.0
POSTGRES_USER: postgres
depends_on:
postgres:
Expand All @@ -43,7 +43,7 @@ services:
build:
context: services/postgres
args:
WEB3SIGNER_VERSION: 24.6.0
WEB3SIGNER_VERSION: 24.12.0
DATA_DIR: /var/lib/postgresql/data
POSTGRES_USER: postgres
user: postgres
Expand Down
2 changes: 1 addition & 1 deletion package_variants/mainnet/dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3signer.dnp.dappnode.eth",
"version": "2.0.9",
"version": "2.0.13",
"links": {
"ui": "http://brain.web3signer.dappnode",
"homepage": "https://docs.web3signer.consensys.net/en/latest/",
Expand Down

0 comments on commit d54e417

Please sign in to comment.