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 #107 from dappnode/dappnodebot/bump-upstream/web3s…
Browse files Browse the repository at this point in the history
[email protected]

bump ConsenSys/web3signer to 23.9.0
  • Loading branch information
pablomendezroyo authored Sep 18, 2023
2 parents 56e090a + 7705548 commit d863284
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-prater.dnp.dappnode.eth",
"version": "0.1.22",
"upstreamVersion": "23.6.0",
"version": "0.1.24",
"upstreamVersion": "23.9.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: 23.6.0
UPSTREAM_VERSION: 23.9.0
environment:
EXTRA_OPTS: ""
volumes:
Expand All @@ -38,7 +38,7 @@ services:
context: flyway
dockerfile: Dockerfile
args:
UPSTREAM_VERSION: 23.6.0
UPSTREAM_VERSION: 23.9.0
depends_on:
postgres:
condition: service_started
Expand All @@ -50,7 +50,7 @@ services:
context: postgres
dockerfile: Dockerfile
args:
UPSTREAM_VERSION: 23.6.0
UPSTREAM_VERSION: 23.9.0
user: postgres
volumes:
- "postgres_data:/var/lib/postgresql/data"
Expand Down

0 comments on commit d863284

Please sign in to comment.