Skip to content

Commit

Permalink
Update container to point at 1.7.x on dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
monstrobishi authored May 4, 2021
1 parent 3fb5abc commit 054ecbb
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 tryPullImage (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.3'
public static readonly image = 'defi/defichain:1.7.x-f9d277c'

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

0 comments on commit 054ecbb

Please sign in to comment.