Skip to content

Commit

Permalink
update grpc-health-probe version to v0.4.37
Browse files Browse the repository at this point in the history
Signed-off-by: Rakshith R <[email protected]>
  • Loading branch information
Rakshith-R committed Jan 16, 2025
1 parent 1287450 commit 9a6a659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/csi-snapshot-metadata/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine AS builder
ARG GRPC_HEALTH_PROBE_VERSION=v0.4.36
ARG GRPC_HEALTH_PROBE_VERSION=v0.4.37
ADD https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-amd64 /bin/grpc_health_probe
RUN chmod +x /bin/grpc_health_probe

Expand Down

0 comments on commit 9a6a659

Please sign in to comment.