Skip to content

Commit 0d9adc3

Browse files
Merge pull request #379 from Jamstah/patch-1
Bump GRPC version
2 parents 7042c93 + 7f15485 commit 0d9adc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upstream-opm-builder.Dockerfile

Lines changed: 1 addition & 1 deletion
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)