Commit fe6b7868 authored by Carlos Natalino's avatar Carlos Natalino
Browse files

Upgrading the versions of grpc health probe, grpcio, and protobuf

parent 4de8adcd
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@
# limitations under the License.

coverage==6.3
grpcio==1.47.*
grpcio-health-checking==1.47.*
grpcio-reflection==1.47.*
grpcio-tools==1.47.*
grpcio==1.73.*
grpcio-health-checking==1.73.*
grpcio-reflection==1.73.*
grpcio-tools==1.73.*
grpclib==0.4.4
prettytable==3.5.0
prometheus-client==0.13.0
protobuf==3.20.*
protobuf==6.31.*
pytest==6.2.5
pytest-benchmark==3.4.1
python-dateutil==2.8.2
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ RUN apt-get --yes --quiet --quiet update && \
ENV PYTHONUNBUFFERED=0

# Download the gRPC health probe
RUN GRPC_HEALTH_PROBE_VERSION=v0.2.0 && \
RUN GRPC_HEALTH_PROBE_VERSION=v0.4.38 && \
    wget -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-amd64 && \
    chmod +x /bin/grpc_health_probe