Skip to content

Commit

Permalink
Merge pull request #52 from dappnode/dappnodebot/bump-upstream/web3si…
Browse files Browse the repository at this point in the history
…gner@23.9.1

bump ConsenSys/web3signer to 23.9.1
  • Loading branch information
pablomendezroyo authored Sep 27, 2023
2 parents 1d90b51 + f764e01 commit d0e7851
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.dnp.dappnode.eth",
"version": "2.0.3",
"upstreamVersion": "23.9.0",
"upstreamVersion": "23.9.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: 23.9.0
UPSTREAM_VERSION: 23.9.1
environment:
EXTRA_OPTS: ""
volumes:
Expand All @@ -38,7 +38,7 @@ services:
context: flyway
dockerfile: Dockerfile
args:
UPSTREAM_VERSION: 23.9.0
UPSTREAM_VERSION: 23.9.1
depends_on:
postgres:
condition: service_started
Expand All @@ -55,7 +55,7 @@ services:
context: postgres
dockerfile: Dockerfile
args:
UPSTREAM_VERSION: 23.9.0
UPSTREAM_VERSION: 23.9.1
user: postgres
volumes:
- "postgres_data:/var/lib/postgresql/data"
Expand Down

0 comments on commit d0e7851

Please sign in to comment.