Skip to content

Commit

Permalink
dockerfile: update grpc-health-probe to v0.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
marquiz committed Dec 21, 2022
1 parent c2e4299 commit fe0d706
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.6 && \
RUN GRPC_HEALTH_PROBE_VERSION=v0.4.14 && \
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 fe0d706

Please sign in to comment.