Skip to content

Commit 9722842

Browse files
committedMar 10, 2020
Update grpc-health-probe version
This version provides binaries for ARM 64, IBM Power LE, and IBM Z architectures.
1 parent 28958c5 commit 9722842

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎registry.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY pkg pkg
99
COPY Makefile Makefile
1010
COPY go.mod go.mod
1111
RUN make static
12-
RUN GRPC_HEALTH_PROBE_VERSION=v0.2.1 && \
12+
RUN GRPC_HEALTH_PROBE_VERSION=v0.3.2 && \
1313
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) && \
1414
chmod +x /bin/grpc_health_probe
1515

‎upstream-builder.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY pkg pkg
99
COPY Makefile Makefile
1010
COPY go.mod go.mod
1111
RUN make static
12-
RUN GRPC_HEALTH_PROBE_VERSION=v0.2.1 && \
12+
RUN GRPC_HEALTH_PROBE_VERSION=v0.3.2 && \
1313
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) && \
1414
chmod +x /bin/grpc_health_probe
1515
RUN cp /build/bin/opm /bin/opm && \

0 commit comments

Comments
 (0)
Please sign in to comment.