Skip to content

Commit

Permalink
bump docker to defi/defichain:1.6.3 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Apr 26, 2021
1 parent 9ae8aa4 commit 365cb35
Showing 1 changed file with 1 addition and 1 deletion.
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.6.0'
public static readonly image = 'defi/defichain:1.6.3'

protected readonly docker: Dockerode
protected readonly network: Network
Expand Down

0 comments on commit 365cb35

Please sign in to comment.