Skip to content

Commit

Permalink
update testcontainers to 1.7.1 (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored May 27, 2021
1 parent efc0b68 commit 7f78136
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.0'
public static readonly image = 'defi/defichain:1.7.1'

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

0 comments on commit 7f78136

Please sign in to comment.