Skip to content

Commit

Permalink
bump(deps): update dependency solana-labs/solana to v1.18.12 (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 27, 2024
1 parent 3e4cac9 commit 943732f
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.18.9';
const SOLANA_VERSION = '1.18.12';

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.18.9';
const SOLANA_VERSION = '1.18.12';

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

0 comments on commit 943732f

Please sign in to comment.