Skip to content

Commit

Permalink
bump(deps): update dependency solana-labs/solana to v1.18.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 18, 2024
1 parent ffb7c94 commit 1d44d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/solana-container/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// renovate: datasource=github-releases depName=solana-labs/solana
const SOLANA_VERSION = '1.17.26';
const SOLANA_VERSION = '1.18.6';

module.exports = SOLANA_VERSION;
2 changes: 1 addition & 1 deletion packages/solana-testcontainers/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { AbstractStartedContainer, GenericContainer, StartedTestContainer, Wait } from 'testcontainers';

// renovate: datasource=github-releases depName=solana-labs/solana
const SOLANA_VERSION = '1.17.26';
const SOLANA_VERSION = '1.18.6';

export class SolanaContainer extends GenericContainer {
constructor(image: string = `ghcr.io/fuxingloh/solana-container:${SOLANA_VERSION}`) {
Expand Down

0 comments on commit 1d44d93

Please sign in to comment.