Skip to content

Commit

Permalink
bump ConsenSys/web3signer to 24.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Jan 25, 2024
1 parent cebe742 commit 4591c7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
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

0 comments on commit 4591c7a

Please sign in to comment.