diff --git a/cmd/neofs-rest-gw/integration_test.go b/cmd/neofs-rest-gw/integration_test.go index 638ed35..0c21fea 100644 --- a/cmd/neofs-rest-gw/integration_test.go +++ b/cmd/neofs-rest-gw/integration_test.go @@ -98,7 +98,7 @@ func runLocalTests(ctx context.Context, t *testing.T, key *keys.PrivateKey) { func runTestInContainer(rootCtx context.Context, t *testing.T, key *keys.PrivateKey) { versions := []dockerImage{ - {image: "nspccdev/neofs-aio", version: "0.36.0"}, + {image: "nspccdev/neofs-aio", version: "0.38.0"}, {image: "nspccdev/neofs-aio", version: "latest"}, }