File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ COPY pkg pkg
9
9
COPY Makefile Makefile
10
10
COPY go.mod go.mod
11
11
RUN make static
12
- RUN GRPC_HEALTH_PROBE_VERSION=v0.2.1 && \
12
+ RUN GRPC_HEALTH_PROBE_VERSION=v0.3.2 && \
13
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
14
chmod +x /bin/grpc_health_probe
15
15
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ COPY pkg pkg
9
9
COPY Makefile Makefile
10
10
COPY go.mod go.mod
11
11
RUN make static
12
- RUN GRPC_HEALTH_PROBE_VERSION=v0.2.1 && \
12
+ RUN GRPC_HEALTH_PROBE_VERSION=v0.3.2 && \
13
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
14
chmod +x /bin/grpc_health_probe
15
15
RUN cp /build/bin/opm /bin/opm && \
You can’t perform that action at this time.
0 commit comments