Skip to content

Commit

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

bump ConsenSys/web3signer to 23.9.0
  • Loading branch information
pablomendezroyo authored Sep 18, 2023
2 parents ac009ef + eb636c9 commit ce9a96c
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-gnosis.dnp.dappnode.eth",
"version": "1.0.3",
"upstreamVersion": "23.6.0",
"version": "1.0.5",
"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 @@ -55,7 +55,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 ce9a96c

Please sign in to comment.