Skip to content

Commit

Permalink
Merge pull request #91 from PrasadG193/upgrade-deps
Browse files Browse the repository at this point in the history
Bump up grpc-health-probe in Dockerfile to v0.4.36
  • Loading branch information
k8s-ci-robot authored Dec 18, 2024
2 parents 71aa3c5 + 38806cb commit 3048fed
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.34
ARG GRPC_HEALTH_PROBE_VERSION=v0.4.36
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 3048fed

Please sign in to comment.