Skip to content

Commit

Permalink
chore(ops): update testcontainers (#2107)
Browse files Browse the repository at this point in the history
<!--  Thanks for sending a pull request! -->

#### What this PR does / why we need it:
Update testcontainers to latest version. Fixed mapping of new types.
Needed for downstream products.

~~Updated node to [Version
4.0.0-beta2](DeFiCh/ain@92f1c50)
has some issues, so used the stable node version first~~

#### Which issue(s) does this PR fixes?:
<!--
(Optional) Automatically closes linked issue when PR is merged.
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->
Fixes #

#### Additional comments?:
  • Loading branch information
thedoublejay committed Jun 21, 2023
1 parent fe59971 commit 715646c
Show file tree
Hide file tree
Showing 8 changed files with 190 additions and 101 deletions.
2 changes: 1 addition & 1 deletion .idea/dictionaries/fuxing.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@types/validator": "13.7.13",
"source-map-support": "0.5.21",
"supertest": "6.3.3",
"testcontainers": "^9.1.3",
"testcontainers": "^9.9.0",
"ts-loader": "9.4.2",
"ts-node": "10.9.1",
"tsconfig-paths": "4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/whale-api/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
defi-blockchain:
image: defi/defichain:3.2.8
image: defi/defichain:master-b6fc51097
ports:
- "19554:19554"
command: >
Expand Down
Loading

0 comments on commit 715646c

Please sign in to comment.