Skip to content

Commit 936707c

Browse files
authored
chore(deps): update dependency grpc/grpc to v1.48.1 (#9757)
1 parent 7a7d9b0 commit 936707c

15 files changed

+23
-23
lines changed

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 -sSL 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 -sSL https://github.com/grpc/grpc/archive/v1.47.1.tar.gz | \
99+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.48.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
@@ -150,7 +150,7 @@ RUN curl -sSL https://github.com/c-ares/c-ares/archive/cares-1_14_0.tar.gz | \
150150

151151
# ```bash
152152
WORKDIR /var/tmp/build/grpc
153-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.47.1.tar.gz | \
153+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.48.1.tar.gz | \
154154
tar -xzf - --strip-components=1 && \
155155
cmake \
156156
-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
@@ -114,7 +114,7 @@ RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.5.tar.gz |
114114

115115
# ```bash
116116
WORKDIR /var/tmp/build/grpc
117-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.47.1.tar.gz | \
117+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.48.1.tar.gz | \
118118
tar -xzf - --strip-components=1 && \
119119
cmake \
120120
-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
@@ -125,7 +125,7 @@ RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.5.tar.gz |
125125

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

ci/cloudbuild/dockerfiles/demo-fedora.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.5.tar.gz |
156156

157157
# ```bash
158158
WORKDIR /var/tmp/build/grpc
159-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.47.1.tar.gz | \
159+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.48.1.tar.gz | \
160160
tar -xzf - --strip-components=1 && \
161161
cmake \
162162
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/demo-opensuse-leap.Dockerfile

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

111111
# ```bash
112112
WORKDIR /var/tmp/build/grpc
113-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.47.1.tar.gz | \
113+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.48.1.tar.gz | \
114114
tar -xzf - --strip-components=1 && \
115115
cmake \
116116
-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
@@ -113,7 +113,7 @@ RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.5.tar.gz |
113113

114114
# ```bash
115115
WORKDIR /var/tmp/build/grpc
116-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.47.1.tar.gz | \
116+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.48.1.tar.gz | \
117117
tar -xzf - --strip-components=1 && \
118118
cmake \
119119
-DCMAKE_BUILD_TYPE=Release \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ RUN curl -sSL https://github.com/google/re2/archive/2022-06-01.tar.gz | \
100100

101101
# ```bash
102102
WORKDIR /var/tmp/build/grpc
103-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.47.1.tar.gz | \
103+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.48.1.tar.gz | \
104104
tar -xzf - --strip-components=1 && \
105105
cmake \
106106
-DCMAKE_BUILD_TYPE=Release \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.5.tar.gz |
8484

8585
# ```bash
8686
WORKDIR /var/tmp/build/grpc
87-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.47.1.tar.gz | \
87+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.48.1.tar.gz | \
8888
tar -xzf - --strip-components=1 && \
8989
cmake \
9090
-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
@@ -85,7 +85,7 @@ RUN curl -sSL https://github.com/protocolbuffers/protobuf/archive/v21.5.tar.gz |
8585

8686
# ```bash
8787
WORKDIR /var/tmp/build/grpc
88-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.47.1.tar.gz | \
88+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.48.1.tar.gz | \
8989
tar -xzf - --strip-components=1 && \
9090
cmake \
9191
-DCMAKE_BUILD_TYPE=Release \

0 commit comments

Comments
 (0)