mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-17 05:48:21 +00:00
Merge pull request #1619 from marquiz/release-0.14
[release-0.14] Dockerfile: bump grpc-health-probe to v0.4.25
This commit is contained in:
commit
5ca55cd35a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ ARG BASE_IMAGE_MINIMAL
|
|||
FROM ${BUILDER_IMAGE} as builder
|
||||
|
||||
# Build and install the grpc-health-probe binary
|
||||
RUN GRPC_HEALTH_PROBE_VERSION=v0.4.24 && \
|
||||
RUN GRPC_HEALTH_PROBE_VERSION=v0.4.25 && \
|
||||
go install github.com/grpc-ecosystem/grpc-health-probe@${GRPC_HEALTH_PROBE_VERSION} \
|
||||
# Rename it as it's referenced as grpc_health_probe in the deployment yamls
|
||||
# and in its own project https://github.com/grpc-ecosystem/grpc-health-probe
|
||||
|
|
Loading…
Add table
Reference in a new issue