Skip to content

Commit

Permalink
Dockerfile: bump grpc-health-probe to v0.4.18
Browse files Browse the repository at this point in the history
A new version that was just released.
  • Loading branch information
marquiz committed Apr 17, 2023
1 parent ca59fc0 commit ecc242d
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.17 && \
RUN GRPC_HEALTH_PROBE_VERSION=v0.4.18 && \
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 ecc242d

Please sign in to comment.