Skip to content

Commit ab4225d

Browse files
authored
chore(deps): update dependency grpc/grpc to v1.39.0 (#7040)
1 parent 30907bc commit ab4225d

13 files changed

Lines changed: 21 additions & 21 deletions

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

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

141141
# ```bash
142142
WORKDIR /var/tmp/build/grpc
143-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.38.1.tar.gz | \
143+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.39.0.tar.gz | \
144144
tar -xzf - --strip-components=1 && \
145145
cmake \
146146
-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
@@ -114,7 +114,7 @@ RUN curl -sSL https://github.com/google/protobuf/archive/v3.15.8.tar.gz | \
114114

115115
# ```bash
116116
WORKDIR /var/tmp/build/grpc
117-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.35.0.tar.gz | \
117+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.39.0.tar.gz | \
118118
tar -xzf - --strip-components=1 && \
119119
cmake \
120120
-DCMAKE_BUILD_TYPE=Release \

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

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

112112
# ```bash
113113
WORKDIR /var/tmp/build/grpc
114-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.38.1.tar.gz | \
114+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.39.0.tar.gz | \
115115
tar -xzf - --strip-components=1 && \
116116
cmake \
117117
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/demo-fedora.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ RUN curl -sSL https://github.com/google/protobuf/archive/v3.15.8.tar.gz | \
128128

129129
# ```bash
130130
WORKDIR /var/tmp/build/grpc
131-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.35.0.tar.gz | \
131+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.39.0.tar.gz | \
132132
tar -xzf - --strip-components=1 && \
133133
cmake \
134134
-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
@@ -100,7 +100,7 @@ RUN curl -sSL https://github.com/c-ares/c-ares/archive/cares-1_14_0.tar.gz | \
100100

101101
# ```bash
102102
WORKDIR /var/tmp/build/grpc
103-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.38.1.tar.gz | \
103+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.39.0.tar.gz | \
104104
tar -xzf - --strip-components=1 && \
105105
cmake \
106106
-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
@@ -87,7 +87,7 @@ RUN curl -sSL https://github.com/google/protobuf/archive/v3.17.3.tar.gz | \
8787

8888
# ```bash
8989
WORKDIR /var/tmp/build/grpc
90-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.38.1.tar.gz | \
90+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.39.0.tar.gz | \
9191
tar -xzf - --strip-components=1 && \
9292
cmake \
9393
-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
@@ -90,7 +90,7 @@ RUN curl -sSL https://github.com/google/re2/archive/2020-11-01.tar.gz | \
9090

9191
# ```bash
9292
WORKDIR /var/tmp/build/grpc
93-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.38.1.tar.gz | \
93+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.39.0.tar.gz | \
9494
tar -xzf - --strip-components=1 && \
9595
cmake \
9696
-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
@@ -74,7 +74,7 @@ RUN curl -sSL https://github.com/google/protobuf/archive/v3.17.3.tar.gz | \
7474

7575
# ```bash
7676
WORKDIR /var/tmp/build/grpc
77-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.38.1.tar.gz | \
77+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.39.0.tar.gz | \
7878
tar -xzf - --strip-components=1 && \
7979
cmake \
8080
-DCMAKE_BUILD_TYPE=Release \

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

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

105105
# ```bash
106106
WORKDIR /var/tmp/build/grpc
107-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.38.1.tar.gz | \
107+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.39.0.tar.gz | \
108108
tar -xzf - --strip-components=1 && \
109109
cmake \
110110
-DCMAKE_BUILD_TYPE=Release \

ci/cloudbuild/dockerfiles/fedora-34.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ RUN curl -sSL https://github.com/google/protobuf/archive/v3.15.8.tar.gz | \
119119

120120
WORKDIR /var/tmp/build/grpc
121121
RUN dnf makecache && dnf install -y c-ares-devel re2-devel
122-
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.35.0.tar.gz | \
122+
RUN curl -sSL https://github.com/grpc/grpc/archive/v1.39.0.tar.gz | \
123123
tar -xzf - --strip-components=1 && \
124124
cmake \
125125
-DCMAKE_BUILD_TYPE=Release \

0 commit comments

Comments
 (0)