Fix docker build break due to unknown curl pathspec

Somehow docker does not like named tag. Replace with sha instead.

Change-Id: I2ad5ba9e6961abcc8c7bc5157c5eeb98b34162d6
This commit is contained in:
Kongqun Yang 2016-08-11 14:38:19 -07:00
parent 224747db0b
commit 5278f9cb89
1 changed files with 1 additions and 1 deletions

2
DEPS
View File

@ -34,7 +34,7 @@ deps = {
(Var("googlesource_git") % "boringssl") + "/boringssl@3cab5572b1fcf5a8f6018529dc30dc8d21b2a4bd",
"src/packager/third_party/curl/source":
Var("curl_url") + "@curl-7_50_0",
Var("curl_url") + "@79e63a53bb9598af863b0afe49ad662795faeef4", #7_50_0
"src/packager/third_party/gflags/src":