File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ RUN make build-manager-server && make install-manager
3030
3131FROM ${BASE_IMAGE} AS health
3232
33- ENV GRPC_HEALTH_PROBE_VERSION=v0.4.24
33+ ENV GRPC_HEALTH_PROBE_VERSION=v0.4.48
3434
3535RUN if [ "$(uname -m)" = "ppc64le" ]; then \
3636 wget -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-ppc64le; \
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN make build-scheduler && make install-scheduler
1616
1717FROM ${BASE_IMAGE} AS health
1818
19- ENV GRPC_HEALTH_PROBE_VERSION=v0.4.24
19+ ENV GRPC_HEALTH_PROBE_VERSION=v0.4.48
2020
2121RUN if [ "$(uname -m)" = "ppc64le" ]; then \
2222 wget -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-ppc64le; \
You can’t perform that action at this time.
0 commit comments