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.
2 parents 7042c93 + 7f15485 commit 0d9adc3Copy full SHA for 0d9adc3
upstream-opm-builder.Dockerfile
@@ -9,7 +9,7 @@ COPY pkg pkg
9
COPY Makefile Makefile
10
COPY go.mod go.mod
11
RUN make static
12
-RUN GRPC_HEALTH_PROBE_VERSION=v0.2.1 && \
+RUN GRPC_HEALTH_PROBE_VERSION=v0.3.2 && \
13
wget -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-$(go env GOARCH) && \
14
chmod +x /bin/grpc_health_probe
15
0 commit comments