Skip to content

Commit

Permalink
Merge pull request #1327 from marquiz/devel/grpc-health-probe
Browse files Browse the repository at this point in the history
Dockerfile: bump grpc-health-probe to v0.4.19
  • Loading branch information
k8s-ci-robot committed Sep 5, 2023
2 parents 0b218a1 + 9ce215a commit 16b96ff
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.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
Expand Down

0 comments on commit 16b96ff

Please sign in to comment.