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

Commit

Permalink
Merge pull request #89 from dappnode/dappnodebot/bump-upstream/web3si…
Browse files Browse the repository at this point in the history
[email protected]

bump ConsenSys/web3signer to 23.3.1
  • Loading branch information
pablomendezroyo authored Mar 30, 2023
2 parents 1c472d9 + 138bf18 commit 26f5d59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.13",
"upstreamVersion": "23.3.0",
"upstreamVersion": "23.3.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 @@ -30,7 +30,7 @@ services:
context: web3signer
dockerfile: Dockerfile
args:
UPSTREAM_VERSION: 23.3.0
UPSTREAM_VERSION: 23.3.1
environment:
EXTRA_OPTS: ""
volumes:
Expand All @@ -41,7 +41,7 @@ services:
context: flyway
dockerfile: Dockerfile
args:
UPSTREAM_VERSION: 23.3.0
UPSTREAM_VERSION: 23.3.1
depends_on:
postgres:
condition: service_started
Expand All @@ -53,7 +53,7 @@ services:
context: postgres
dockerfile: Dockerfile
args:
UPSTREAM_VERSION: 23.3.0
UPSTREAM_VERSION: 23.3.1
user: postgres
volumes:
- "postgres_data:/var/lib/postgresql/data"
Expand Down

0 comments on commit 26f5d59

Please sign in to comment.