Skip to content

Commit

Permalink
chore(backport release-1.2): chore(deps): bump gRPC health probe to v…
Browse files Browse the repository at this point in the history
…0.4.37 (#3524)

Co-authored-by: Hidde Beydals <hiddeco@users.noreply.github.com>
  • Loading branch information
akuitybot and hiddeco authored Feb 19, 2025
1 parent f04c6ae commit 66b633b
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.35 && \
RUN GRPC_HEALTH_PROBE_VERSION=v0.4.37 && \
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 66b633b

Please # to comment.