Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#1513 from marquiz/release-0.14-grpc
Browse files Browse the repository at this point in the history
[release-0.14] Dockerfile: update grpc-health-probe to v0.4.24
  • Loading branch information
k8s-ci-robot authored Dec 20, 2023
2 parents da4badf + c81de09 commit 204ff8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.22 && \
RUN GRPC_HEALTH_PROBE_VERSION=v0.4.24 && \
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
Expand Down

0 comments on commit 204ff8b

Please sign in to comment.