1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-15 21:08:23 +00:00

Update Dockerfile

Co-authored-by: Markus Lehtonen <markus.lehtonen@intel.com>
This commit is contained in:
Carlos Eduardo Arango Gutierrez 2022-04-12 10:59:30 -04:00 committed by GitHub
parent 87b29f695d
commit 71c0ab1f45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ ARG BASE_IMAGE_FULL
ARG BASE_IMAGE_MINIMAL ARG BASE_IMAGE_MINIMAL
# Build node feature discovery # Build node feature discovery
FROM golang:1.18-buster as builder FROM golang:1.18.0-buster as builder
# Build and install the grpc-health-probe binary # Build and install the grpc-health-probe binary
RUN GRPC_HEALTH_PROBE_VERSION=v0.4.6 && \ RUN GRPC_HEALTH_PROBE_VERSION=v0.4.6 && \