Skip to content

Commit 7f15485

Browse files
authoredJul 7, 2020
Bump GRPC version
Match other dockerfiles, allows support for s390x
1 parent 3ca7ddd commit 7f15485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎upstream-opm-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

0 commit comments

Comments
 (0)
Please sign in to comment.