Skip to content

Commit 78c09b5

Browse files
authored
chore(deps): update grpc to v1.62.1 (#13751)
1 parent 13e34bb commit 78c09b5

14 files changed

+23
-23
lines changed

bazel/workspace0.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,11 @@ def gl_cpp_workspace0(name = None):
170170
http_archive,
171171
name = "com_github_grpc_grpc",
172172
urls = [
173-
"https://storage.googleapis.com/cloud-cpp-community-archive/com_github_grpc_grpc/v1.62.0.tar.gz",
174-
"https://github.com/grpc/grpc/archive/v1.62.0.tar.gz",
173+
"https://storage.googleapis.com/cloud-cpp-community-archive/com_github_grpc_grpc/v1.62.1.tar.gz",
174+
"https://github.com/grpc/grpc/archive/v1.62.1.tar.gz",
175175
],
176-
sha256 = "f40bde4ce2f31760f65dc49a2f50876f59077026494e67dccf23992548b1b04f",
177-
strip_prefix = "grpc-1.62.0",
176+
sha256 = "c9f9ae6e4d6f40464ee9958be4068087881ed6aa37e30d0e64d40ed7be39dd01",
177+
strip_prefix = "grpc-1.62.1",
178178
)
179179

180180
# We use the cc_proto_library() rule from @com_google_protobuf, which

ci/cloudbuild/dockerfiles/centos-7.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ RUN curl -fsSL https://github.com/c-ares/c-ares/archive/cares-1_14_0.tar.gz | \
9696
ldconfig && cd /var/tmp && rm -fr build
9797

9898
WORKDIR /var/tmp/build/grpc
99-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.62.0.tar.gz | \
99+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.62.1.tar.gz | \
100100
tar -xzf - --strip-components=1 && \
101101
cmake \
102102
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/demo-centos-7.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ RUN curl -fsSL https://github.com/c-ares/c-ares/archive/cares-1_14_0.tar.gz | \
144144

145145
# ```bash
146146
WORKDIR /var/tmp/build/grpc
147-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.62.0.tar.gz | \
147+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.62.1.tar.gz | \
148148
tar -xzf - --strip-components=1 && \
149149
cmake \
150150
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/demo-debian-bullseye.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ RUN curl -fsSL https://github.com/google/re2/archive/2024-03-01.tar.gz | \
125125

126126
# ```bash
127127
WORKDIR /var/tmp/build/grpc
128-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.62.0.tar.gz | \
128+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.62.1.tar.gz | \
129129
tar -xzf - --strip-components=1 && \
130130
cmake \
131131
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/demo-debian-buster.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ RUN curl -fsSL https://github.com/google/re2/archive/2024-03-01.tar.gz | \
136136

137137
# ```bash
138138
WORKDIR /var/tmp/build/grpc
139-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.62.0.tar.gz | \
139+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.62.1.tar.gz | \
140140
tar -xzf - --strip-components=1 && \
141141
cmake \
142142
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/demo-rockylinux-8.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ RUN curl -fsSL https://github.com/google/re2/archive/2024-03-01.tar.gz | \
124124

125125
# ```bash
126126
WORKDIR /var/tmp/build/grpc
127-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.62.0.tar.gz | \
127+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.62.1.tar.gz | \
128128
tar -xzf - --strip-components=1 && \
129129
cmake \
130130
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/demo-rockylinux-9.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ RUN curl -fsSL https://github.com/google/re2/archive/2024-03-01.tar.gz | \
128128

129129
# ```bash
130130
WORKDIR /var/tmp/build/grpc
131-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.62.0.tar.gz | \
131+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.62.1.tar.gz | \
132132
tar -xzf - --strip-components=1 && \
133133
cmake \
134134
-DCMAKE_CXX_STANDARD=17 \

ci/cloudbuild/dockerfiles/demo-ubuntu-focal.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RUN curl -fsSL https://github.com/google/re2/archive/2024-03-01.tar.gz | \
9595

9696
# ```bash
9797
WORKDIR /var/tmp/build/grpc
98-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.62.0.tar.gz | \
98+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.62.1.tar.gz | \
9999
tar -xzf - --strip-components=1 && \
100100
cmake \
101101
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/demo-ubuntu-jammy.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v25.3.tar.gz
7676

7777
# ```bash
7878
WORKDIR /var/tmp/build/grpc
79-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.62.0.tar.gz | \
79+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.62.1.tar.gz | \
8080
tar -xzf - --strip-components=1 && \
8181
cmake \
8282
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/fedora-latest-cmake.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v25.3.tar.gz
138138

139139
WORKDIR /var/tmp/build/grpc
140140
RUN dnf makecache && dnf install -y c-ares-devel re2-devel
141-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.62.0.tar.gz | \
141+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.62.1.tar.gz | \
142142
tar -xzf - --strip-components=1 && \
143143
cmake \
144144
-DCMAKE_BUILD_TYPE=Release \

0 commit comments

Comments
 (0)