Skip to content

Commit 9fdfb14

Browse files
committed
update grpc to v1.76.0
1 parent 8980aec commit 9fdfb14

8 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
9898

9999
# ```bash
100100
WORKDIR /var/tmp/build/grpc
101-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.1.tar.gz | \
101+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.76.0.tar.gz | \
102102
tar -xzf - --strip-components=1 && \
103103
cmake \
104104
-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
@@ -133,7 +133,7 @@ RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
133133

134134
# ```bash
135135
WORKDIR /var/tmp/build/grpc
136-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.1.tar.gz | \
136+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.76.0.tar.gz | \
137137
tar -xzf - --strip-components=1 && \
138138
cmake \
139139
-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
@@ -92,7 +92,7 @@ RUN curl -fsSL https://github.com/google/re2/archive/2025-07-22.tar.gz | \
9292

9393
# ```bash
9494
WORKDIR /var/tmp/build/grpc
95-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.1.tar.gz | \
95+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.76.0.tar.gz | \
9696
tar -xzf - --strip-components=1 && \
9797
cmake \
9898
-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
@@ -73,7 +73,7 @@ RUN curl -fsSL https://github.com/protocolbuffers/protobuf/archive/v33.1.tar.gz
7373

7474
# ```bash
7575
WORKDIR /var/tmp/build/grpc
76-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.1.tar.gz | \
76+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.76.0.tar.gz | \
7777
tar -xzf - --strip-components=1 && \
7878
cmake \
7979
-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
@@ -148,7 +148,7 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.24
148148

149149
WORKDIR /var/tmp/build/grpc
150150
RUN dnf makecache && dnf install -y c-ares-devel re2-devel
151-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.1.tar.gz | \
151+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.76.0.tar.gz | \
152152
tar -xzf - --strip-components=1 && \
153153
cmake \
154154
-DCMAKE_BUILD_TYPE=Release \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.24
157157

158158
WORKDIR /var/tmp/build/grpc
159159
RUN dnf makecache && dnf install -y c-ares-devel re2-devel
160-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.1.tar.gz | \
160+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.76.0.tar.gz | \
161161
tar -xzf - --strip-components=1 && \
162162
cmake \
163163
-DCMAKE_CXX_STANDARD=20 \

ci/cloudbuild/dockerfiles/gcc-oldest.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.24
111111
ldconfig && cd /var/tmp && rm -fr build
112112

113113
WORKDIR /var/tmp/build/grpc
114-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.1.tar.gz | \
114+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.76.0.tar.gz | \
115115
tar -xzf - --strip-components=1 && \
116116
cmake \
117117
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/ubuntu-20.04-install.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ RUN curl -fsSL https://github.com/open-telemetry/opentelemetry-cpp/archive/v1.24
163163
ldconfig && cd /var/tmp && rm -fr build
164164

165165
WORKDIR /var/tmp/build/grpc
166-
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.74.1.tar.gz | \
166+
RUN curl -fsSL https://github.com/grpc/grpc/archive/v1.76.0.tar.gz | \
167167
tar -xzf - --strip-components=1 && \
168168
cmake \
169169
-DCMAKE_BUILD_TYPE=Release \

0 commit comments

Comments
 (0)