File tree Expand file tree Collapse file tree
net/grpc/gateway/docker/prereqs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,19 +13,19 @@ http_archive(
1313
1414http_archive (
1515 name = "com_google_protobuf" ,
16- sha256 = "77ad26d3f65222fd96ccc18b055632b0bfedf295cb748b712a98ba1ac0b704b2 " ,
17- strip_prefix = "protobuf-3.17.3 " ,
16+ sha256 = "ba0650be1b169d24908eeddbe6107f011d8df0da5b1a5a4449a913b10e578faf " ,
17+ strip_prefix = "protobuf-3.19.4 " ,
1818 urls = [
19- "https://github.com/protocolbuffers/protobuf/releases/download/v3.17.3 /protobuf-all-3.17.3 .tar.gz" ,
19+ "https://github.com/protocolbuffers/protobuf/releases/download/v3.19.4 /protobuf-all-3.19.4 .tar.gz" ,
2020 ],
2121)
2222
2323http_archive (
2424 name = "com_github_grpc_grpc" ,
25- sha256 = "43feda4d7ce2892400d5a0cbccecc5b1790f3253244a171360018d84c2949fb7 " ,
26- strip_prefix = "grpc-1.33.2 " ,
25+ sha256 = "de2d3168e77e5ffb27758b07e87f6066fd0d8087fe272f278771e7780e6aaacb " ,
26+ strip_prefix = "grpc-1.44.0 " ,
2727 urls = [
28- "https://github.com/grpc/grpc/archive/v1.33.2 .zip" ,
28+ "https://github.com/grpc/grpc/archive/v1.44.0 .zip" ,
2929 ],
3030)
3131
Original file line number Diff line number Diff line change 2222FROM buildpack-deps:stretch AS prepare
2323
2424ARG BUILDIFIER_VERSION=1.0.0
25- ARG PROTOBUF_VERSION=3.17.3
25+ ARG PROTOBUF_VERSION=3.19.4
2626
2727RUN apt-get -qq update && apt-get -qq install -y curl unzip
2828
You can’t perform that action at this time.
0 commit comments