Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
use ghcr.io/defich/metachain:7b261315b038acf886c189e5ac7ac6ed72bd2a56
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Oct 31, 2022
1 parent ea7b0e4 commit 5994d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/testcontainers/src/MetaChainContainer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class MetaChainContainer extends GenericContainer {
if (process?.env?.METACHAIN_DOCKER_IMAGE !== undefined) {
return process.env.METACHAIN_DOCKER_IMAGE;
}
return 'ghcr.io/defich/metachain:cc77218f794ac2c05e76007ca2c8b4e890686903';
return 'ghcr.io/defich/metachain:7b261315b038acf886c189e5ac7ac6ed72bd2a56';
}

protected getCmd(): string[] {
Expand Down

0 comments on commit 5994d41

Please sign in to comment.