We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f1b9a commit 68f4192Copy full SHA for 68f4192
1 file changed
Dockerfile
@@ -8,7 +8,7 @@ ARG TARGETARCH=amd64
8
ARG TARGETVARIANT=v1
9
10
# renovate: datasource=github-releases depName=grpc-ecosystem/grpc-health-probe
11
-ARG GRPC_HEALTH_PROBE_VERSION=v0.4.39
+ARG GRPC_HEALTH_PROBE_VERSION=v0.4.40
12
# Downloading grpc_health_probe from github releases with retry as we have seen it fail a lot on ci.
13
RUN for i in `seq 1 50`; do \
14
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