Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump ConsenSys/web3signer to 24.1.1 #82

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3signer-gnosis.dnp.dappnode.eth",
"version": "1.0.8",
"upstreamVersion": "23.11.0",
"version": "1.0.9",
"upstreamVersion": "24.1.1",
"architectures": ["linux/amd64"],
"upstreamRepo": "ConsenSys/web3signer",
"mainService": "web3signer",
Expand Down Expand Up @@ -35,10 +35,7 @@
},
"globalEnvs": [
{
"envs": [
"CONSENSUS_CLIENT_GNOSIS",
"EXECUTION_CLIENT_GNOSIS"
],
"envs": ["CONSENSUS_CLIENT_GNOSIS", "EXECUTION_CLIENT_GNOSIS"],
"services": ["brain"]
},
{
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
context: web3signer
dockerfile: Dockerfile
args:
UPSTREAM_VERSION: 23.11.0
UPSTREAM_VERSION: 24.1.1
environment:
JAVA_OPTS: "-Xmx6g"
EXTRA_OPTS: ""
Expand All @@ -39,7 +39,7 @@ services:
context: flyway
dockerfile: Dockerfile
args:
UPSTREAM_VERSION: 23.11.0
UPSTREAM_VERSION: 24.1.1
depends_on:
postgres:
condition: service_started
Expand All @@ -56,7 +56,7 @@ services:
context: postgres
dockerfile: Dockerfile
args:
UPSTREAM_VERSION: 23.11.0
UPSTREAM_VERSION: 24.1.1
user: postgres
volumes:
- "postgres_data:/var/lib/postgresql/data"
Expand Down