diff --git a/Dockerfile b/Dockerfile index 878afc6725..5b397a11ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ARG BASE_IMAGE_MINIMAL FROM ${BUILDER_IMAGE} as builder # Build and install the grpc-health-probe binary -RUN GRPC_HEALTH_PROBE_VERSION=v0.4.18 && \ +RUN GRPC_HEALTH_PROBE_VERSION=v0.4.19 && \ 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 # and in its own project https://github.com/grpc-ecosystem/grpc-health-probe