We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6274a5 commit ff52a86Copy full SHA for ff52a86
framework/components/blockchain/solana.go
@@ -31,12 +31,8 @@ var idJSONRaw = `
31
`
32
33
func defaultSolana(in *Input) {
34
- ci := os.Getenv("CI") == "true"
35
- if in.Image == "" && !ci {
36
- in.Image = "f4hrenh9it/solana"
37
- }
38
- if in.Image == "" && ci {
39
- in.Image = "solanalabs/solana:v1.18.26"
+ if in.Image == "" {
+ in.Image = "anza-xyz/agave:v2.1.13"
40
}
41
if in.Port == "" {
42
in.Port = "8999"
0 commit comments