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

bump ConsenSys/web3signer to 22.4.1 #33

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
2 changes: 1 addition & 1 deletion 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.0",
"upstreamVersion": "22.4.0",
"upstreamVersion": "22.4.1",
"architectures": ["linux/amd64"],
"upstreamRepo": "ConsenSys/web3signer",
"shortDescription": "Remote signer + slashing protection database + User interface to import validator keystores",
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
context: web3signer
dockerfile: Dockerfile.dev
args:
UPSTREAM_VERSION: 22.4.0
UPSTREAM_VERSION: 22.4.1
environment:
KEYFILES_DIR: /opt/web3signer/keyfiles
SIGNER_PORT: 9000
Expand All @@ -33,7 +33,7 @@ services:
context: postgres
dockerfile: Dockerfile.dev
args:
UPSTREAM_VERSION: 22.4.0
UPSTREAM_VERSION: 22.4.1
env_file:
- ./postgres/.env.postgres
environment:
Expand Down