Skip to content

Commit

Permalink
updated testcontainers to use 1.6.0 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Mar 29, 2021
1 parent 60c2316 commit 7c9d547
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/testcontainers/src/chains/container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async function pullImage (docker: Dockerode): Promise<void> {
export abstract class DeFiDContainer {
/* eslint-disable @typescript-eslint/no-non-null-assertion, no-void */
public static readonly PREFIX = 'defichain-testcontainers-'
public static readonly image = 'defi/defichain:1.5.0'
public static readonly image = 'defi/defichain:1.6.0'

protected readonly docker: Dockerode
protected readonly network: Network
Expand Down
3 changes: 2 additions & 1 deletion packages/testcontainers/src/chains/reg_test_container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export class RegTestContainer extends DeFiDContainer {
'-bayfrontheight=1',
'-bayfrontgardensheight=2',
'-clarkequayheight=3',
'-dakotaheight=4'
'-dakotaheight=4',
'-dakotacrescentheight=5'
]
}

Expand Down

0 comments on commit 7c9d547

Please sign in to comment.