Skip to content

Commit

Permalink
Update @defichain/testcontainers to 1.7.3 (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored May 31, 2021
1 parent 2e93b73 commit 9d311db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/testcontainers/src/chains/defid_container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export interface StartOptions {
export abstract class DeFiDContainer extends DockerContainer {
/* eslint-disable @typescript-eslint/no-non-null-assertion, no-void */
public static readonly PREFIX = 'defichain-testcontainers-'
public static readonly image = 'defi/defichain:1.7.1'
public static readonly image = 'defi/defichain:1.7.3'

public static readonly DefaultStartOptions = {
user: 'testcontainers-user',
Expand Down

0 comments on commit 9d311db

Please sign in to comment.