Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

bump ConsenSys/web3signer to 24.1.1 #121

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
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-prater.dnp.dappnode.eth",
"version": "0.1.26",
"upstreamVersion": "24.1.0",
"version": "0.1.27",
"upstreamVersion": "24.1.1",
"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.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: 24.1.0
UPSTREAM_VERSION: 24.1.1
depends_on:
postgres:
condition: service_started
Expand All @@ -51,7 +51,7 @@ services:
context: postgres
dockerfile: Dockerfile
args:
UPSTREAM_VERSION: 24.1.0
UPSTREAM_VERSION: 24.1.1
user: postgres
volumes:
- "postgres_data:/var/lib/postgresql/data"
Expand Down