Skip to content

Commit

Permalink
[automated] bump solana dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 15, 2024
1 parent a79e88c commit 04d26a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/docker/test_env/sol.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func (ms *Solana) getContainerRequest() (*tc.ContainerRequest, error) {

return &tc.ContainerRequest{
Name: ms.ContainerName,
Image: "solanalabs/solana:v1.13.3",
Image: "solanalabs/solana:v1.17.22",
ExposedPorts: []string{test_env.NatPortFormat(SOL_HTTP_PORT), test_env.NatPortFormat(SOL_WS_PORT)},
Env: map[string]string{
"SERVER_PORT": "1080",
Expand Down

0 comments on commit 04d26a6

Please sign in to comment.