Skip to content

Commit

Permalink
[automated] bump solana image to v1.17.33 (#700)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Aaron Lu <50029043+aalu1418@users.noreply.github.com>
  • Loading branch information
3 people committed May 14, 2024
1 parent 3c2e2a7 commit fa70374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration-tests/docker/test_env/sol.go
Expand Up @@ -157,7 +157,7 @@ func (ms *Solana) getContainerRequest(inactiveFeatures InactiveFeatures) (*tc.Co

return &tc.ContainerRequest{
Name: ms.ContainerName,
Image: "solanalabs/solana:v1.17.31",
Image: "solanalabs/solana:v1.17.33",
ExposedPorts: []string{test_env.NatPortFormat(SOL_HTTP_PORT), test_env.NatPortFormat(SOL_WS_PORT)},
Env: map[string]string{
"SERVER_PORT": "1080",
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-solana-ci.sh
Expand Up @@ -2,5 +2,5 @@

set -euxo pipefail

sh -c "$(curl -sSfL https://release.solana.com/v1.17.31/install)"
sh -c "$(curl -sSfL https://release.solana.com/v1.17.33/install)"
echo "PATH=$HOME/.local/share/solana/install/active_release/bin:$PATH" >> $GITHUB_ENV

0 comments on commit fa70374

Please sign in to comment.