Skip to content

Commit

Permalink
fix: SolanaContainer.image
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Jul 12, 2024
1 parent 40705e7 commit e743d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/solana-testcontainers/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Connection, ConnectionConfig } from '@solana/web3.js';
import { AbstractStartedContainer, GenericContainer, StartedTestContainer, Wait } from 'testcontainers';

export class SolanaContainer extends GenericContainer {
constructor(image: string = `ghcr.io/fuxingloh/solana-test-validator:1.18.15`) {
constructor(image: string = `ghcr.io/fuxingloh/solana-test-validator:1.18.18`) {
super(image);
this.withWaitStrategy(Wait.forLogMessage('Processed Slot:'));
this.withExposedPorts(
Expand Down

0 comments on commit e743d0e

Please sign in to comment.