Skip to content

Commit

Permalink
chore(backport release-1.1): chore(deps): update grpc_health_probe to…
Browse files Browse the repository at this point in the history
… v0.4.35 (#3037)
  • Loading branch information
akuitybot authored Dec 2, 2024
1 parent 2054aae commit 02d7c80
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 @@ -66,7 +66,7 @@ ARG TARGETARCH

WORKDIR /tools

RUN GRPC_HEALTH_PROBE_VERSION=v0.4.15 && \
RUN GRPC_HEALTH_PROBE_VERSION=v0.4.35 && \
curl -fL -o /tools/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-${TARGETOS}-${TARGETARCH} && \
chmod +x /tools/grpc_health_probe

Expand Down

0 comments on commit 02d7c80

Please sign in to comment.