Skip to content

Commit

Permalink
bump ConsenSys/web3signer to 24.2.0 (#87)
Browse files Browse the repository at this point in the history
Co-authored-by: pablomendezroyo <[email protected]>
  • Loading branch information
github-actions[bot] and pablomendezroyo authored Feb 26, 2024
1 parent 65dcbda commit 3854909
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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.9",
"upstreamVersion": "24.1.1",
"version": "1.0.10",
"upstreamVersion": "24.2.0",
"architectures": ["linux/amd64"],
"upstreamRepo": "ConsenSys/web3signer",
"mainService": "web3signer",
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: 24.1.1
UPSTREAM_VERSION: 24.2.0
environment:
JAVA_OPTS: "-Xmx6g"
EXTRA_OPTS: ""
Expand All @@ -40,7 +40,7 @@ services:
context: flyway
dockerfile: Dockerfile
args:
UPSTREAM_VERSION: 24.1.1
UPSTREAM_VERSION: 24.2.0
depends_on:
postgres:
condition: service_started
Expand All @@ -57,7 +57,7 @@ services:
context: postgres
dockerfile: Dockerfile
args:
UPSTREAM_VERSION: 24.1.1
UPSTREAM_VERSION: 24.2.0
user: postgres
volumes:
- "postgres_data:/var/lib/postgresql/data"
Expand Down

0 comments on commit 3854909

Please sign in to comment.