Loading common_requirements.in +5 −5 Original line number Diff line number Diff line Loading @@ -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 Loading src/context/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
common_requirements.in +5 −5 Original line number Diff line number Diff line Loading @@ -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 Loading
src/context/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading