We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0c92e commit 2ad8c28Copy full SHA for 2ad8c28
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.46
+ARG GRPC_HEALTH_PROBE_VERSION=v0.4.47
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