File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG TARGETARCH=amd64
88ARG TARGETVARIANT=v1
99
1010# renovate: datasource=github-releases depName=grpc-ecosystem/grpc-health-probe
11- ARG GRPC_HEALTH_PROBE_VERSION=v0.4.41
11+ ARG GRPC_HEALTH_PROBE_VERSION=v0.4.42
1212# Downloading grpc_health_probe from github releases with retry as we have seen it fail a lot on ci.
1313RUN 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}" && \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ FROM docker.io/golang:1.25.4-alpine@sha256:d3f0cf7723f3429e3f9ed846243970b20a2de
2222ARG DLV_VERSION=v1.25.2
2323
2424# renovate: datasource=go depName=github.com/grpc-ecosystem/grpc-health-probe
25- ARG GRPC_HEALTH_PROBE_VERSION=v0.4.41
25+ ARG GRPC_HEALTH_PROBE_VERSION=v0.4.42
2626
2727WORKDIR /app
2828
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ FROM docker.io/golang:1.25.4-alpine@sha256:d3f0cf7723f3429e3f9ed846243970b20a2de
66ARG DLV_VERSION=v1.25.2
77
88# renovate: datasource=go depName=github.com/grpc-ecosystem/grpc-health-probe
9- ARG GRPC_HEALTH_PROBE_VERSION=v0.4.41
9+ ARG GRPC_HEALTH_PROBE_VERSION=v0.4.42
1010
1111WORKDIR /app
1212
You can’t perform that action at this time.
0 commit comments