Skip to content

Commit 68f4192

Browse files
build(deps): update dependency grpc-ecosystem/grpc-health-probe to v0.4.40 (#5876)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 11f1b9a commit 68f4192

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG TARGETARCH=amd64
88
ARG TARGETVARIANT=v1
99

1010
# renovate: datasource=github-releases depName=grpc-ecosystem/grpc-health-probe
11-
ARG GRPC_HEALTH_PROBE_VERSION=v0.4.39
11+
ARG GRPC_HEALTH_PROBE_VERSION=v0.4.40
1212
# Downloading grpc_health_probe from github releases with retry as we have seen it fail a lot on ci.
1313
RUN for i in `seq 1 50`; do \
1414
wget -qO/bin/grpc_health_probe "https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-${TARGETOS}-${TARGETARCH}" && \

0 commit comments

Comments
 (0)