Skip to content

Commit

Permalink
updated to latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed May 16, 2021
1 parent 904edd3 commit 0504784
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.6.4'
public static readonly image = 'defi/defichain:HEAD-75b1420'

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

0 comments on commit 0504784

Please sign in to comment.