Skip to content

Commit

Permalink
updated dependencies (#2096)
Browse files Browse the repository at this point in the history
  • Loading branch information
roienatan authored and Oren Sokolowsky committed Sep 7, 2020
1 parent 8428cec commit 2823dd5
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 226 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@ services:
GRAPH_GRAPHQL_MAX_FIRST: 1000

ipfs:
image: daostack/test-env-experimental-ipfs:4.0.18
image: daostack/test-env-experimental-ipfs:4.0.20
ports:
- 5001:5001

postgres:
image: daostack/test-env-experimental-postgres:4.0.18
image: daostack/test-env-experimental-postgres:4.0.20
ports:
- 9432:5432
environment:
POSTGRES_PASSWORD: 'letmein'

ganache:
image: daostack/test-env-experimental-ganache:4.0.18
image: daostack/test-env-experimental-ganache:4.0.20
ports:
- 8545:8545
Loading

0 comments on commit 2823dd5

Please sign in to comment.