1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

Dockerfile: bump grpc-health-probe to v0.4.18

A new version that was just released.

(cherry picked from commit ecc242d78a)
This commit is contained in:
Markus Lehtonen 2023-04-17 14:30:08 +03:00
parent a865b90e9e
commit b69087426b

View file

@ -6,7 +6,7 @@ ARG BASE_IMAGE_MINIMAL
FROM ${BUILDER_IMAGE} as builder FROM ${BUILDER_IMAGE} as builder
# Build and install the grpc-health-probe binary # Build and install the grpc-health-probe binary
RUN GRPC_HEALTH_PROBE_VERSION=v0.4.6 && \ RUN GRPC_HEALTH_PROBE_VERSION=v0.4.18 && \
go install github.com/grpc-ecosystem/grpc-health-probe@${GRPC_HEALTH_PROBE_VERSION} \ go install github.com/grpc-ecosystem/grpc-health-probe@${GRPC_HEALTH_PROBE_VERSION} \
# Rename it as it's referenced as grpc_health_probe in the deployment yamls # Rename it as it's referenced as grpc_health_probe in the deployment yamls
# and in its own project https://github.com/grpc-ecosystem/grpc-health-probe # and in its own project https://github.com/grpc-ecosystem/grpc-health-probe