Merge pull request #3570 from fabiofalci/3569-validate-docker-version
Fetch docker version over https
This commit is contained in:
commit
b68ddcec21
1 changed files with 1 additions and 1 deletions
|
@ -827,7 +827,7 @@ func ParseHost(defaultHost string, defaultPort int, defaultUnix, addr string) (s
|
|||
}
|
||||
|
||||
func GetReleaseVersion() string {
|
||||
resp, err := http.Get("http://get.docker.io/latest")
|
||||
resp, err := http.Get("https://get.docker.io/latest")
|
||||
if err != nil {
|
||||
return ""
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue